From e793ec2894c5a4eaf0b1b976e838c8b8985b593e Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Mon, 19 Jul 2004 18:22:53 +0000 Subject: [PATCH] Link needs extra slashes. git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@162 48953598-375a-da11-a14b-00016c27c3ee --- templates/factory/macros | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/factory/macros b/templates/factory/macros index 0aeea76..edae5c1 100644 --- a/templates/factory/macros +++ b/templates/factory/macros @@ -13,7 +13,7 @@ catenating the base URL, table, command, and any arguments. #%] [% MACRO link(table, command, additional, label) BLOCK; - ''; + ''; label; ""; END; -- 2.39.2