From 1cd5185ab0796a76cd83038c4107a4a9ee9c6b69 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 7 Sep 2015 10:39:28 +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 645a7ea8e2..ae89a3fbc6 100644 --- a/com.woltlab.wcf/templates/messageSidebar.tpl +++ b/com.woltlab.wcf/templates/messageSidebar.tpl @@ -52,7 +52,7 @@ {else}

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

-- 2.20.1