From a680b54681b3e2be0a8e2c6d19fc7d7ed309feaf Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 14 Oct 2011 20:05:02 +0200 Subject: [PATCH] Fixed messed up title-tag generation --- wcfsetup/install/files/js/WCF.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1