From 2a3f066c0badd189aad67e4585b9f13d5dead8df Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 7 Sep 2015 10:38:56 +0200 Subject: [PATCH] Fixed encoding of guest username --- com.woltlab.wcf/templates/messageSidebar.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.woltlab.wcf/templates/messageSidebar.tpl b/com.woltlab.wcf/templates/messageSidebar.tpl index ecbdf1666a..90ffcc7b05 100644 --- a/com.woltlab.wcf/templates/messageSidebar.tpl +++ b/com.woltlab.wcf/templates/messageSidebar.tpl @@ -42,7 +42,7 @@ {else}

- {@$userProfile->username} + {$userProfile->username}

-- 2.20.1