From: Matthias Schmidt Date: Tue, 27 Jun 2017 18:16:11 +0000 (+0200) Subject: Fix comment rendering in sidebar box X-Git-Tag: 3.1.0_Alpha_1~321 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=51ba8f5540a55648f7db889ff24e6f74f7c679a7;p=GitHub%2FWoltLab%2FWCF.git Fix comment rendering in sidebar box See #2222 --- 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}