diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-04-27 11:48:01 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-04-27 11:48:01 +0200 |
commit | 84bd2d97ea0ab91ff19d0c5f1d10ccfd1b41f924 (patch) | |
tree | 1de4d8e184ed37fa50dfc7c150d614933c8f2aba /sonar-server | |
parent | b0e97b9ed60b4ad6a00c55fdb6f621bc197845f4 (diff) | |
download | sonarqube-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.erb | 2 |
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> |