diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-10-09 07:20:26 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2015-10-09 07:20:26 +0000 |
commit | 85866cdcf30dc130f31ac65c3e3e694c58be6cfa (patch) | |
tree | 186ad79ba38e95a8affc68056b8140c673c630d2 /app/views/layouts | |
parent | 02e598e23254e61132f92f815582539394512b8f (diff) | |
download | redmine-85866cdcf30dc130f31ac65c3e3e694c58be6cfa.tar.gz redmine-85866cdcf30dc130f31ac65c3e3e694c58be6cfa.zip |
Disables IE compatibility mode (#20380).
git-svn-id: http://svn.redmine.org/redmine/trunk@14658 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/layouts')
-rw-r--r-- | app/views/layouts/base.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb index 434f46ce8..b1ffcaf13 100644 --- a/app/views/layouts/base.html.erb +++ b/app/views/layouts/base.html.erb @@ -2,6 +2,7 @@ <html lang="<%= current_language %>"> <head> <meta charset="utf-8" /> +<meta http-equiv="X-UA-Compatible" content="IE=edge"/> <title><%= html_title %></title> <meta name="description" content="<%= Redmine::Info.app_name %>" /> <meta name="keywords" content="issue,bug,tracker" /> |