diff options
-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> |