aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-09-25 14:26:28 +0200
committersimonbrandhof <simon.brandhof@gmail.com>2011-09-25 14:27:12 +0200
commit248ad1f7b679c1becf6cec7d7c4babf012105130 (patch)
treee5a2ca9cd9c473598bb01f5e4f98b845e94f6569
parente00498300ccbe8f0381df2790e18f0188cd86eab (diff)
downloadsonarqube-248ad1f7b679c1becf6cec7d7c4babf012105130.tar.gz
sonarqube-248ad1f7b679c1becf6cec7d7c4babf012105130.zip
Fix whitespace in HTML footer
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb12
1 files changed, 1 insertions, 11 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb
index f9361455a25..d196fb6cb0c 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_layout.html.erb
@@ -124,17 +124,7 @@
<% if footer.getHtml() %><div><%= footer.getHtml().to_s %></div><% end %>
<% end %>
<div id="ftlinks">
- <%= message('layout.powered_by') -%> <a href="http://www.sonarsource.com" target="SonarSource" class="external">SonarSource</a>
- -
- Open Source <a href="http://www.sonarsource.org/documentation/license/" target="license" class="external">LGPL</a>
- -
- v.<%= sonar_version -%>
- -
- <a href="http://sonar-plugins.codehaus.org" class="external" target="plugins"><%= message('layout.plugins') -%></a>
- -
- <a href="http://sonar.codehaus.org/documentation" class="external" target="sonar_doc" class="external"><%= message('layout.documentation') -%></a>
- -
- <a href="http://sonar.codehaus.org/support/" target="support" class="external"><%= message('layout.ask_a_questions') -%></a>
+ <%= message('layout.powered_by') -%> <a href="http://www.sonarsource.com" target="SonarSource" class="external">SonarSource</a> - Open Source <a href="http://www.sonarsource.org/documentation/license/" target="license" class="external">LGPL</a> - v.<%= sonar_version -%> - <a href="http://sonar-plugins.codehaus.org" class="external" target="plugins"><%= message('layout.plugins') -%></a> - <a href="http://sonar.codehaus.org/documentation" class="external" target="sonar_doc" class="external"><%= message('layout.documentation') -%></a> - <a href="http://sonar.codehaus.org/support/" target="support" class="external"><%= message('layout.ask_a_questions') -%></a>
</div>
</div>
<% end %>