From b169d8184ce69f8ab3493e2e23ffaa123e0a6784 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 14 Dec 2014 02:53:03 +0100 Subject: [PATCH] Adding a space before newly created badges --- wcfsetup/install/files/js/WCF.User.js | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/js/WCF.User.js b/wcfsetup/install/files/js/WCF.User.js index ed31bb944f..f598944bcd 100644 --- a/wcfsetup/install/files/js/WCF.User.js +++ b/wcfsetup/install/files/js/WCF.User.js @@ -377,6 +377,7 @@ WCF.User.Panel.Abstract = Class.extend({ if (count) { if (this._badge === null) { this._badge = $('').appendTo(this._triggerElement.children('a')); + this._badge.before(' '); } this._badge.text(count); -- 2.20.1