Re: [Maypole] still having missing slashes

From: Sebastian Riedel (sri at oook.de)
Date: Sat Sep 11 2004 - 16:08:19 BST


Wijnand Wiersma:

> 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;
> %]

That should look like this:
'<A HREF="' _ base _ "/" _ table _ "/" _ command _ "/" _ additional _ '">'

The development version has this fixed...

>
>
> 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

sebastian

_______________________________________________
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