[Maypole] link macro

Jesse Sheidlower jester@panix.com
Mon, 19 Jul 2004 14:29:44 -0400


On Mon, Jul 19, 2004 at 02:12:28PM -0400, Benjamin Tucker wrote:
> Hello,
> 
> I apologize if this has been brought up before, I couldn't find it in 
> the archive.  The link macro as it ships with Maypole does not add a 
> slash between the $base and $table variables.  It seems to me it 
> should, since trailing slashes are stripped from the uri_base.

Where does this stripping happen? The base URI that you declare in

  MyDB->config->{uri_base} = "http://my.site/MyDB_home/"

should have a closing slash in the declaration, so it's correct not
to add it with the link macro. I think this is something that got
worked out in some of the earliest releases.

Jesse Sheidlower