diff --git a/apps/bridge/comments_list.tpl b/apps/bridge/comments_list.tpl index 03e0ddc..8010bd8 100755 --- a/apps/bridge/comments_list.tpl +++ b/apps/bridge/comments_list.tpl @@ -4,8 +4,12 @@ % for(c in `{ls $comments_dir/}) { % if(test -s $c/body) {
-
By: %(`{cat $c/user}%) (%(`{cat $c/posted}%)) -
+
By: + % + (`{cat $c/user | sed 's/:.*//g'}%) + + (%(`{cat $c/posted}%)) +
% cat $c/body | escape_html | sed 's,$,
,'
% }