From 51ba8f5540a55648f7db889ff24e6f74f7c679a7 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Tue, 27 Jun 2017 20:16:11 +0200 Subject: [PATCH] Fix comment rendering in sidebar box See #2222 --- com.woltlab.wcf/templates/boxSidebarCommentList.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.woltlab.wcf/templates/boxSidebarCommentList.tpl b/com.woltlab.wcf/templates/boxSidebarCommentList.tpl index ab27408037..d444734a73 100644 --- a/com.woltlab.wcf/templates/boxSidebarCommentList.tpl +++ b/com.woltlab.wcf/templates/boxSidebarCommentList.tpl @@ -5,7 +5,7 @@

{$boxComment->title}

-

{@$boxComment->message|newlineToBreak}

+

{@$boxComment->getExcerpt(50)}

{$boxComment->username} - {@$boxComment->time|time}

{/foreach} -- 2.20.1