aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-04-27 11:48:01 +0200
committersimonbrandhof <simon.brandhof@gmail.com>2011-04-27 11:48:01 +0200
commit84bd2d97ea0ab91ff19d0c5f1d10ccfd1b41f924 (patch)
tree1de4d8e184ed37fa50dfc7c150d614933c8f2aba /sonar-server
parentb0e97b9ed60b4ad6a00c55fdb6f621bc197845f4 (diff)
downloadsonarqube-84bd2d97ea0ab91ff19d0c5f1d10ccfd1b41f924.tar.gz
sonarqube-84bd2d97ea0ab91ff19d0c5f1d10ccfd1b41f924.zip
Write valid HTML : a tag is badly closed
Diffstat (limited to 'sonar-server')
-rw-r--r--sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb
index ecc293ac9a6..2dab50846d1 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb
+++ b/sonar-server/src/main/webapp/WEB-INF/app/views/rules_configuration/index.html.erb
@@ -92,7 +92,7 @@
<option value="deactivate">Deactivate all</option>
</select>
</form>
- <div>
+ </div>
</li>
<% end %>
</ul>