From 6e6a5fc4e4eaa596492e4691255e48ebef3a1583 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Sat, 1 Mar 2014 19:57:40 +0100 Subject: [PATCH] Fix disappearing comment headline in dashboard. --- templates/2k11/admin/overview.inc.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/2k11/admin/overview.inc.tpl b/templates/2k11/admin/overview.inc.tpl index f971d0a8..d3a53bd1 100644 --- a/templates/2k11/admin/overview.inc.tpl +++ b/templates/2k11/admin/overview.inc.tpl @@ -24,9 +24,9 @@
    {if is_array($comments)} {foreach $comments as $comment} -
  1. - {$comment.author|escape|truncate:30:"…"} {$CONST.IN} #{$comment.id} - {$comment.body|truncate:100:"…"} -
    +
  2. {$comment.author|escape|truncate:30:"…"} {$CONST.IN} #{$comment.id} +
    {$comment.body|truncate:100:"…"}
    +
    {$comment.fullBody}