aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-04-12 12:06:03 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2012-04-12 12:06:03 +0200
commit9159706509f1d6f2e015c2433235a2f0d8fd1231 (patch)
tree0212ee4ec08a70990000e1cb82ea3776ce7d23ef /sonar-server
parentc8278a1e6bca00368405a760b3ab8d0d4c32f146 (diff)
downloadsonarqube-9159706509f1d6f2e015c2433235a2f0d8fd1231.tar.gz
sonarqube-9159706509f1d6f2e015c2433235a2f0d8fd1231.zip
Add missing whitespace in page "Comparison of Quality Profiles"
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/profiles/compare.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/compare.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/compare.html.erb
index 74c0418d429..7cda38ad0c0 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/compare.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/profiles/compare.html.erb
@@ -46,7 +46,7 @@
<table class="data width100 marginbottom10" id="in1-rules">
<thead>
<tr>
- <th><a name="in1"/><%= message('quality_profiles.x_rules_only_in', :params => @in1.size) -%>
+ <th><a name="in1"/><%= message('quality_profiles.x_rules_only_in', :params => @in1.size) %>
<a href="<%= url_for :controller => 'rules_configuration', :action => 'index', :id => @profile1.id -%>"><%= h @profile1.name %></a>
</th>
</tr>
@@ -73,7 +73,7 @@
<table class="data width100 marginbottom10" id="in2-rules">
<thead>
<tr>
- <th><a name="in2"/><%= message('quality_profiles.x_rules_only_in', :params => @in2.size) -%>
+ <th><a name="in2"/><%= message('quality_profiles.x_rules_only_in', :params => @in2.size) %>
<a href="<%= url_for :controller => 'rules_configuration', :action => 'index', :id => @profile2.id -%>"><%= h @profile2.name %></a>
</th>
</tr>