diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-06-14 19:00:56 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-06-14 19:00:56 +0200 |
commit | 57dd88dbb3841943aefd06d1bdfc3c2f21d74296 (patch) | |
tree | 7318dddb4479e07cd4915e366ee593078bb4e1ba | |
parent | e622e7050adb164c304faa2677348bd0b1d0f19b (diff) | |
download | sonarqube-57dd88dbb3841943aefd06d1bdfc3c2f21d74296.tar.gz sonarqube-57dd88dbb3841943aefd06d1bdfc3c2f21d74296.zip |
Fix HTML (minor)
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/alerts/index.html.erb | 2 |
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') -%>"> |