diff --git a/apps/bridge/app.rc b/apps/bridge/app.rc index 7348e59..60850e3 100644 --- a/apps/bridge/app.rc +++ b/apps/bridge/app.rc @@ -31,7 +31,7 @@ fn bridge_init { ll_add handlers_body_foot template apps/bridge/foot.tpl } if not if(~ $REQUEST_METHOD GET) - ll_add handlers_body_foot echo '
To post a comment you need to login first.
' + ll_add handlers_body_foot echo 'To post a comment you need to login first.
' } } diff --git a/apps/bridge/comments_list.tpl b/apps/bridge/comments_list.tpl index abaad55..03e0ddc 100644 --- a/apps/bridge/comments_list.tpl +++ b/apps/bridge/comments_list.tpl @@ -1,4 +1,4 @@ -
By: %(`{cat $c/user}%) (%(`{cat $c/posted}%))
-% cat $c/body | escape_html | sed 's,$,,' -