From: Ben Hutchings Date: Sun, 16 Sep 2007 19:13:23 +0000 (+0000) Subject: Added patch to fix generation of some URIs in the standard templates. X-Git-Tag: 2.11+2.111-1~4 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=maypole.git;a=commitdiff_plain;h=54a73322565dab6742c536ad5186ffc2ef8df327 Added patch to fix generation of some URIs in the standard templates. --- diff --git a/debian/patches/108_fix-uris.diff b/debian/patches/108_fix-uris.diff new file mode 100644 index 0000000..a3ffc60 --- /dev/null +++ b/debian/patches/108_fix-uris.diff @@ -0,0 +1,22 @@ +--- trunk.orig/lib/Maypole/templates/factory/macros ++++ trunk/lib/Maypole/templates/factory/macros +@@ -14,7 +14,7 @@ + [% + MACRO link(table, command, additional, label) BLOCK; + SET lnk = base _ "/" _ table _ "/" _ command _ "/" _ additional; +- lnk = lnk | uri ; ++ lnk = lnk | html ; + ''; + label | html; + ""; +--- trunk.orig/lib/Maypole/templates/factory/header ++++ trunk/lib/Maypole/templates/factory/header +@@ -10,7 +10,7 @@ + + + +- ++ + + +
diff --git a/debian/patches/series b/debian/patches/series index 53fd950..efe0375 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -5,4 +5,5 @@ 105_dont-use-warn-method.diff 106_fix-_column_info-clash.diff 107_make-examples-consistent.diff +108_fix-uris.diff 201_no-file-mmagic-xs.diff