From: Alexander Ebert Date: Thu, 26 Feb 2015 09:35:41 +0000 (+0100) Subject: Prevent [TAB] focusing the quote header in Firefox X-Git-Tag: 2.1.0~25 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=87b8a4f33f0913bd9511c43378606c0312a17ed4;p=GitHub%2FWoltLab%2FWCF.git Prevent [TAB] focusing the quote header in Firefox --- diff --git a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js index 959a85eab8..035d130cf3 100644 --- a/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js +++ b/wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js @@ -1940,7 +1940,7 @@ RedactorPlugins.wbbcode = function() { } if (author) { - if (link) $header += ''; + if (link) $header += ''; $header += WCF.Language.get('wcf.bbcode.quote.title.javascript', { quoteAuthor: WCF.String.unescapeHTML(author) });