From f87c227385369cc85c9c403300caf98e1db75945 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Wed, 12 May 2021 13:19:00 +0200 Subject: [PATCH] Use new instead of deprecated popover data attribute for mentions See #3318 --- 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 4d7ec54392..6c14c28ab9 100644 --- a/com.woltlab.wcf/templates/userBBCodeTag.tpl +++ b/com.woltlab.wcf/templates/userBBCodeTag.tpl @@ -2,5 +2,5 @@ {* user no longer exists, use plain output rather than using a broken link *} @{$username}{* no newline after the tag *}{else} - {$userProfile->username}{* no newline after the tag + {$userProfile->username}{* no newline after the tag *}{/if} -- 2.20.1