From 76bd359a11955a09eedad5618a585ea2bd5b2b9c Mon Sep 17 00:00:00 2001 From: Uriel Date: Sun, 11 Jan 2009 19:52:48 +0100 Subject: [PATCH] Remove some debug code, and fix a silly bug. --- apps/bridge/foot.tpl | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/bridge/foot.tpl b/apps/bridge/foot.tpl index 0af0c84..80a87a7 100644 --- a/apps/bridge/foot.tpl +++ b/apps/bridge/foot.tpl @@ -2,15 +2,14 @@ % if(test -d $cdir) {

Comments

% for(c in `{ls $cdir/}) { -
By: '`{cat $c/user} '
-% cat $c/body | escape_html | sed 's,$,
,' +
By: +% cat $c/user +
+% cat $c/body | escape_html | sed 's,$,
,'
% } % } -% get_post_args action -% dprint XXX $"action -

% if(! check_user) {