diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2012-02-24 08:16:37 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2012-02-24 08:16:37 +0100 |
commit | 110cec7b08bee73b675a4f136fd6bedb2a1007ec (patch) | |
tree | cd7d0d56b4b19073843acdc718577119ea1f8633 | |
parent | 8772a07e5a27f5858ed438d32f717c36d2307e3f (diff) | |
download | sonarqube-110cec7b08bee73b675a4f136fd6bedb2a1007ec.tar.gz sonarqube-110cec7b08bee73b675a4f136fd6bedb2a1007ec.zip |
Fix compatibility of cloud with Selenium Firefox
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/cloud/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/cloud/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/cloud/index.html.erb index 39287cc2681..792188310ac 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/cloud/index.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/cloud/index.html.erb @@ -64,7 +64,7 @@ title += " | #{@color_metric.short_name}: #{color_measure.formatted_value}" end %> - <a href="#" onclick="<%= link -%>" title="<%= title -%>"><span style="font-size:<%= font_size(size_measure.value) -%>%;color: <%= MeasureColor.color(color_measure, color_options).html -%>"><%= s.resource.name %></span></a> + <a href="#" onclick="<%= link -%>" title="<%= title -%>"><span style="font-size: <%= font_size(size_measure.value) -%>%;color: <%= MeasureColor.color(color_measure, color_options).html -%>"><%= s.resource.name %></span></a> <% end end %> </div>
\ No newline at end of file |