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) {