]> source.dussan.org Git - sonarqube.git/commitdiff
Fix compatibility of cloud with Selenium Firefox
authorsimonbrandhof <simon.brandhof@gmail.com>
Fri, 24 Feb 2012 07:16:37 +0000 (08:16 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Fri, 24 Feb 2012 07:16:37 +0000 (08:16 +0100)
sonar-server/src/main/webapp/WEB-INF/app/views/cloud/index.html.erb

index 39287cc2681421643b47701f53bc30e9303ae906..792188310ac498b4a4a6c2da51ac93acb9973c17 100644 (file)
@@ -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