From baa7d0486030f15f8d5f6592f23b0e941d294e90 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Sun, 9 Dec 2012 13:49:11 +0100 Subject: [PATCH] Added fix for full/summary display as suggested by @ophian in 1618471d. --- include/admin/tpl/comments.inc.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/admin/tpl/comments.inc.tpl b/include/admin/tpl/comments.inc.tpl index 6d523ac1..6558f46d 100644 --- a/include/admin/tpl/comments.inc.tpl +++ b/include/admin/tpl/comments.inc.tpl @@ -191,10 +191,10 @@ function highlightComment(id, checkvalue) {
{if empty($comment.referer)}N/A{else} {$comment.referer|escape|truncate:30:"…"}{/if}
{$comment.action_referer}
- {* BUG: comment summary and fullBody seem to emit the same content?! *} -
{$comment.summary}
+ +
{$comment.fullBody|truncate:120:"…"}
-
{$comment.fullBody}
+