##// END OF EJS Templates
Disable IE 8 compatibility mode (#10128)....
Jean-Philippe Lang -
r9238:78dd564a8209
parent child
Show More
@@ -5,6 +5,7
5 <title><%=h html_title %></title>
5 <title><%=h html_title %></title>
6 <meta name="description" content="<%= Redmine::Info.app_name %>" />
6 <meta name="description" content="<%= Redmine::Info.app_name %>" />
7 <meta name="keywords" content="issue,bug,tracker" />
7 <meta name="keywords" content="issue,bug,tracker" />
8 <meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
8 <%= csrf_meta_tag %>
9 <%= csrf_meta_tag %>
9 <%= favicon %>
10 <%= favicon %>
10 <%= stylesheet_link_tag 'application', :media => 'all' %>
11 <%= stylesheet_link_tag 'application', :media => 'all' %>
General Comments 0
You need to be logged in to leave comments. Login now