summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-02-22 11:10:40 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-02-22 11:10:40 +0100
commit26f7136cd9f5e69782f14f772be51d93e02f1e41 (patch)
tree0b0c10156dcab5c684385722c44c75172f38714c
parentde65c404a3296925bb0c8c1b76aed262ad7ed335 (diff)
downloadsonarqube-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.erb1
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)}"