Fixed encoding issue
authorMarcel Werk <burntime@woltlab.com>
Wed, 22 May 2013 23:01:08 +0000 (01:01 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 22 May 2013 23:01:08 +0000 (01:01 +0200)
com.woltlab.wcf/template/notificationListOustanding.tpl

index 726b0dac40c62aea8c5f368c3bda70676a5ef705..60c4b2a2076fbbbd51412d5fa3f45e9c5ec660a8 100644 (file)
@@ -5,7 +5,7 @@
                                {@$notification[event]->getAuthor()->getAvatar()->getImageTag(24)}
                        </div>
                        <div>
-                               <h3>{$notification[event]->getMessage()}</h3>
+                               <h3>{@$notification[event]->getMessage()}</h3>
                                <small>{$notification[event]->getAuthor()->username} - {@$notification[time]|time}</small>
                        </div>
                </a>