From c6b80bf06fce68ab6eb73678e4903de54ba0c846 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 30 Jan 2019 17:56:33 +0100 Subject: [PATCH] Prevent rendering of unmatched mentions --- com.woltlab.wcf/templates/userBBCodeTag.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.woltlab.wcf/templates/userBBCodeTag.tpl b/com.woltlab.wcf/templates/userBBCodeTag.tpl index 7cd4355def..e983c7833c 100644 --- a/com.woltlab.wcf/templates/userBBCodeTag.tpl +++ b/com.woltlab.wcf/templates/userBBCodeTag.tpl @@ -1,6 +1,6 @@ {if $userProfile === null} {* user no longer exists, use plain output rather than using a broken link *} - {$username} + @{$username} {else} {$userProfile->username} {/if} -- 2.20.1