]> git.decadent.org.uk Git - maypole.git/blob - debian/patches/108_fix-uris.diff
Add Vcs-* fields pointing to my public repository
[maypole.git] / debian / patches / 108_fix-uris.diff
1 --- maypole.orig/lib/Maypole/templates/factory/macros
2 +++ maypole/lib/Maypole/templates/factory/macros
3 @@ -18,7 +18,7 @@
4  [%
5  MACRO link(table, command, additional, label, target) BLOCK;
6      SET lnk = base _ "/" _ table _ "/" _ command _ "/" _ additional;
7 -    lnk = lnk | uri ;
8 +    lnk = lnk | html ;
9      IF target ;
10         '<a href="' _ lnk _ '" target="' _ target _'">';
11      ELSE;