diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-02-22 11:10:40 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-02-22 11:10:40 +0100 |
commit | 26f7136cd9f5e69782f14f772be51d93e02f1e41 (patch) | |
tree | 0b0c10156dcab5c684385722c44c75172f38714c | |
parent | de65c404a3296925bb0c8c1b76aed262ad7ed335 (diff) | |
download | sonarqube-26f7136cd9f5e69782f14f772be51d93e02f1e41.tar.gz sonarqube-26f7136cd9f5e69782f14f772be51d93e02f1e41.zip |
Remove the compatibility mode of IE8/IE9
-rw-r--r-- | sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_head.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_head.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_head.html.erb index 83360313865..a451a21f7fe 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_head.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/layouts/_head.html.erb @@ -1,6 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="gwt:property" content="locale=<%= I18n.locale.to_s.gsub(/-/, '_') -%>"> +<meta http-equiv="X-UA-Compatible" content="IE=9"> <% if @page_title title="Sonar - #{h(@page_title)}" |