From: init Date: Fri, 18 Apr 2003 21:07:19 +0000 (+0000) Subject: fixed missing paranthesis X-Git-Tag: BEFORE_MERGE_1_1~163 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=ed14a851563799e559a299ee8d577a9293dd6651;p=mir.git fixed missing paranthesis --- diff --git a/templates/admin/commentlist.template b/templates/admin/commentlist.template index 2475cd4a..1e686fc5 100755 --- a/templates/admin/commentlist.template +++ b/templates/admin/commentlist.template @@ -133,7 +133,7 @@
URL: ${entry.main_url}
-
${lang(comment.status)}: ${lang("commentstatus." + entry.status.name)} -   +
${lang("comment.status")}: | ${lang("commentstatus." + entry.status.name)} -