]> git.decadent.org.uk Git - maypole.git/commitdiff
Link needs extra slashes.
authorSimon Cozens <simon@simon-cozens.org>
Mon, 19 Jul 2004 18:22:53 +0000 (18:22 +0000)
committerSimon Cozens <simon@simon-cozens.org>
Mon, 19 Jul 2004 18:22:53 +0000 (18:22 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@162 48953598-375a-da11-a14b-00016c27c3ee

templates/factory/macros

index 0aeea7623b8b9f16c60a1c9c1b691f6db241fda6..edae5c1a61647b0c5dacd3a173823c3e783d5229 100644 (file)
@@ -13,7 +13,7 @@ catenating the base URL, table, command, and any arguments.
 #%]
 [%
 MACRO link(table, command, additional, label) BLOCK;
-    '<A HREF="' _ base _ table _ "/" _ command _ "/" _ additional _ '">';
+    '<A HREF="' _ base _ "/" _ table _ "/" _ command _ "/" _ additional _ '">';
     label;
     "</A>";
 END;