From 03a25aab8806a89970d44284d56034a535cc5b5d Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Sat, 25 Jan 2014 21:00:06 +0100 Subject: [PATCH] Also show comment author in dashboard. --- templates/2k11/admin/overview.inc.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/2k11/admin/overview.inc.tpl b/templates/2k11/admin/overview.inc.tpl index 67b2a49b..31f712ea 100644 --- a/templates/2k11/admin/overview.inc.tpl +++ b/templates/2k11/admin/overview.inc.tpl @@ -18,7 +18,7 @@ {if is_array($comments)} {foreach $comments as $comment}
  • - #{$comment.id} - {$comment.body|truncate:100:"…"} + {$comment.author|escape|truncate:30:"…"} {$CONST.IN} #{$comment.id} - {$comment.body|truncate:100:"…"}
    {$comment.fullBody}