From 572290ba1ff1403f766cf4e582016341b3b20c98 Mon Sep 17 00:00:00 2001 From: Uriel Date: Sun, 28 Dec 2008 23:44:03 +0100 Subject: [PATCH] Update template to use new variable names. --- lib/default_master.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/default_master.tpl b/lib/default_master.tpl index fa091d3..89d0c15 100644 --- a/lib/default_master.tpl +++ b/lib/default_master.tpl @@ -26,7 +26,7 @@ gensidebar %} -% if (! ~ $#wiki 0 && test -f $body.md && check_user $wiki_editors_group) { +% if (! ~ $#wiki 0 && test -f $local_path.md && check_user $wiki_editors_group) {
@@ -47,7 +47,7 @@ gensidebar % if (! ~ $#allowComments 0) { %{ -cdir = $body.md_werc/comments +cdir = $local_path.md_werc/comments if (test -d $cdir) { echo '

Comments

' for(c in `{ls $cdir/}) {