From: Jean-Baptiste Lievremont Date: Wed, 21 Jan 2015 15:50:37 +0000 (+0100) Subject: SONAR-5893 Fix wrapping of "title" attribute X-Git-Tag: latest-silver-master-#65~143 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3b559e07dee63728b4ff0f4d96068ccaba6e7b7b;p=sonarqube.git SONAR-5893 Fix wrapping of "title" attribute --- diff --git a/server/sonar-web/src/main/coffee/widgets/tag-cloud.coffee b/server/sonar-web/src/main/coffee/widgets/tag-cloud.coffee index 2b765a41d5e..12a203df5bf 100644 --- a/server/sonar-web/src/main/coffee/widgets/tag-cloud.coffee +++ b/server/sonar-web/src/main/coffee/widgets/tag-cloud.coffee @@ -51,7 +51,7 @@ class TagCloud extends window.SonarWidgets.BaseWidget tooltip: (d) -> suffixKey = if d.value == 1 then 'issue' else 'issues' suffix = t(suffixKey) - "#{d.value} " + suffix + "#{d.value}\u00a0" + suffix parseSource: (response) ->