aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-06-14 19:00:56 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2011-06-14 19:00:56 +0200
commit57dd88dbb3841943aefd06d1bdfc3c2f21d74296 (patch)
tree7318dddb4479e07cd4915e366ee593078bb4e1ba
parente622e7050adb164c304faa2677348bd0b1d0f19b (diff)
downloadsonarqube-57dd88dbb3841943aefd06d1bdfc3c2f21d74296.tar.gz
sonarqube-57dd88dbb3841943aefd06d1bdfc3c2f21d74296.zip
Fix HTML (minor)
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/alerts/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/alerts/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/alerts/index.html.erb
index 24d85d03a61..78339cbc2ac 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/alerts/index.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/alerts/index.html.erb
@@ -23,7 +23,7 @@
<% else %>
<table class="data width100 marginbottom10" id="alerts">
- <thead><tr><th></td></th></tr></thead>
+ <thead><tr><th></th></tr></thead>
<tbody>
<% for alert in @alerts %>
<tr class="<%= cycle('even','odd') -%>">