From 73821b91ac2cca940113b6369db1e328bc73110c Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 23 May 2013 01:01:08 +0200 Subject: [PATCH] Fixed encoding issue --- com.woltlab.wcf/template/notificationListOustanding.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.woltlab.wcf/template/notificationListOustanding.tpl b/com.woltlab.wcf/template/notificationListOustanding.tpl index 726b0dac40..60c4b2a207 100644 --- a/com.woltlab.wcf/template/notificationListOustanding.tpl +++ b/com.woltlab.wcf/template/notificationListOustanding.tpl @@ -5,7 +5,7 @@ {@$notification[event]->getAuthor()->getAvatar()->getImageTag(24)}
-

{$notification[event]->getMessage()}

+

{@$notification[event]->getMessage()}

{$notification[event]->getAuthor()->username} - {@$notification[time]|time}
-- 2.20.1