From ed14a851563799e559a299ee8d577a9293dd6651 Mon Sep 17 00:00:00 2001 From: init Date: Fri, 18 Apr 2003 21:07:19 +0000 Subject: [PATCH] fixed missing paranthesis --- templates/admin/commentlist.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)} -   -- 2.11.0