[Maypole] still having missing slashes

From: Wijnand Wiersma (wijnand at nedbsd.nl)
Date: Sat Sep 11 2004 - 11:37:44 BST


Hi List,

I am finally trying maypole today and as everyone: I start with beerdb.
It was pretty easy to setup but I am being trolled by an old bug:
missing trailing slashes in links.

I already found
http://lists.netthink.co.uk/pipermail/maypole/2004-July/000489.html

And the proposed patch already looks applied to me.
[%
MACRO link(table, command, additional, label) BLOCK;
    '<A HREF="' _ base _ table _ "/" _ command _ "/" _ additional _ '">';
    label;
    "</A>";
END;
%]

And yes, I have a trailing slash in my config:
BeerDB->config->{uri_base} = "http://akroma.thuis.shady.nl/beerdb/";

Is there a new bug in town, or am I just too stupid for even maypole?

Wijnand



_______________________________________________
maypole mailing list
maypole at lists.netthink.co.uk
http://lists.netthink.co.uk/listinfo/maypole



This archive was generated by hypermail 2.1.3 : Thu Feb 24 2005 - 22:25:56 GMT