From: Stas Vilchik Date: Fri, 18 Apr 2014 06:40:38 +0000 (+0600) Subject: SONAR-3113 Add space after widget title X-Git-Tag: 4.4-RC1~1448 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=30ef73eb8697120ef3d06b177e7e01c877977c5a;p=sonarqube.git SONAR-3113 Add space after widget title --- diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/measures/measure_filter_cloud.html.erb b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/measures/measure_filter_cloud.html.erb index 4fa9da38b9b..7d967faf8ec 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/measures/measure_filter_cloud.html.erb +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/measures/measure_filter_cloud.html.erb @@ -13,7 +13,7 @@ <% if chartTitle %> -

<%= h(chartTitle) -%>

+

<%= h(chartTitle) -%>

<% end %> diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/project_file_cloud.html.erb b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/project_file_cloud.html.erb index 5d8d44b8f12..8cb1c029938 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/project_file_cloud.html.erb +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/plugins/core/widgets/project_file_cloud.html.erb @@ -11,7 +11,7 @@ <% if chartTitle %> -

<%= h(chartTitle) -%>

+

<%= h(chartTitle) -%>

<% end %>