]> git.decadent.org.uk Git - maypole.git/blobdiff - templates/factory/macros
Link needs extra slashes.
[maypole.git] / 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;