From: Matthias Schmidt Date: Fri, 3 May 2013 08:20:18 +0000 (+0200) Subject: Adds missing whitespace before JS-inserted user panel badges X-Git-Tag: 2.0.0_Beta_1~261^2^2~4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e6a054213a35fc9a917f8400478e8379913c020b;p=GitHub%2FWoltLab%2FWCF.git Adds missing whitespace before JS-inserted user panel badges --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index f6d799849e..21724f65c8 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -7854,6 +7854,7 @@ WCF.UserPanel = Class.extend({ var $badge = this._container.find('.badge'); if (!$badge.length) { $badge = $('').appendTo(this._container.children('.dropdownToggle')); + $badge.before(' '); } $badge.html(data.returnValues.totalCount);