From: Marc Schumann Date: Tue, 29 May 2012 16:27:44 +0000 (+0200) Subject: Bug 758148 - Comment toggling link should use − so that its width stays constant. X-Git-Tag: bugzilla-4.3.2~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffe9d282f4252e749550f37b8db6db99f7022528;p=thirdparty%2Fbugzilla.git Bug 758148 - Comment toggling link should use − so that its width stays constant. r/a=LpSolit --- diff --git a/js/comments.js b/js/comments.js index ce61f6ba07..acf5dbf9bb 100644 --- a/js/comments.js +++ b/js/comments.js @@ -56,7 +56,7 @@ function collapse_comment(link, comment) { } function expand_comment(link, comment) { - link.innerHTML = "[-]"; + link.innerHTML = "[−]"; YAHOO.util.Dom.removeClass(comment, 'collapsed'); } @@ -114,7 +114,7 @@ function addCollapseLink(count, title) { document.write(' [-]<\/a> '); + '); return false;" title="' + title + '">[−]<\/a> '); } function goto_add_comments( anchor ){