From: Alexander Ebert Date: Fri, 14 Oct 2011 18:05:02 +0000 (+0200) Subject: Fixed messed up title-tag generation X-Git-Tag: 2.0.0_Beta_1~1684^2~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a680b54681b3e2be0a8e2c6d19fc7d7ed309feaf;p=GitHub%2FWoltLab%2FWCF.git Fixed messed up title-tag generation --- diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index cfc3b99268..c935be4f3d 100644 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -2953,7 +2953,7 @@ $.widget('ui.wcfPages', { $pageList.append($nextElement); if (this.options.activePage < this.options.maxPage) { - var $nextLink = $(''); + var $nextLink = $('').addClass('ballonTooltip'); $nextElement.append($nextLink); this._bindSwitchPage($nextLink, this.options.activePage + 1);