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}