-
- {@$userProfile->getFormattedUsername()}
+
+ {unsafe:$userProfile->getFormattedUsername()}
{if !$isReply}
{if $userProfile->banned}
@@ -45,7 +45,7 @@
{event name='beforeUserTitle'}
{if MODULE_USER_RANK && $userProfile->getUserTitle()}
-
{$userProfile->getUserTitle()}
+
{$userProfile->getUserTitle()}
{/if}
{event name='afterUserTitle'}
@@ -54,7 +54,7 @@
{/hascontent}
{if MODULE_USER_RANK && $userProfile->getRank() && $userProfile->getRank()->rankImage}
-
{@$userProfile->getRank()->getImage()}
+
{unsafe:$userProfile->getRank()->getImage()}
{/if}
{/if}
@@ -62,14 +62,14 @@
{/if}
{else}
- {@$userProfile->getAvatar()->getImageTag(128)}
+ {unsafe:$userProfile->getAvatar()->getImageTag(128)}
@@ -100,7 +100,7 @@
{/if}
{if MESSAGE_SIDEBAR_ENABLE_ACTIVITY_POINTS && $userProfile->activityPoints}
-
{lang}wcf.user.activityPoint{/lang}
+
{lang}wcf.user.activityPoint{/lang}
{#$userProfile->activityPoints}
{/if}
@@ -118,7 +118,7 @@
{assign var='__formattedUserOption' value=$userProfile->getFormattedUserOption($__sidebarUserOption)}
{if $__formattedUserOption}
{lang}wcf.user.option.{$__sidebarUserOption}{/lang}
-
{@$__formattedUserOption}
+
{unsafe:$__formattedUserOption}
{/if}
{/if}
{/foreach}
diff --git a/com.woltlab.wcf/templates/poll.tpl b/com.woltlab.wcf/templates/poll.tpl
index c6c9ba5640a..b6aa14f15a1 100644
--- a/com.woltlab.wcf/templates/poll.tpl
+++ b/com.woltlab.wcf/templates/poll.tpl
@@ -7,14 +7,14 @@
{/if}
-