]> git.decadent.org.uk Git - maypole.git/blobdiff - lib/Maypole/templates/factory/macros
removed C3 and no longer require it
[maypole.git] / lib / Maypole / templates / factory / macros
index ce9d0e1d3e837944885b63541dc829d834b1c676..d2192bdad1557b2e11d8bb1e94e756a761275626 100644 (file)
@@ -14,7 +14,7 @@ catenating the base URL, table, command, and any arguments.
 [%
 MACRO link(table, command, additional, label) BLOCK;
     SET lnk = base _ "/" _ table _ "/" _ command _ "/" _ additional;
-    lnk = lnk | uri | html;
+    lnk = lnk | uri ;
     '<a href="' _ lnk _ '">';
     label | html;
     "</a>";