diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-04-12 12:06:03 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-04-12 12:06:03 +0200 |
commit | 9159706509f1d6f2e015c2433235a2f0d8fd1231 (patch) | |
tree | 0212ee4ec08a70990000e1cb82ea3776ce7d23ef /sonar-server | |
parent | c8278a1e6bca00368405a760b3ab8d0d4c32f146 (diff) | |
download | sonarqube-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.erb | 4 |
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> |