##// END OF EJS Templates
Disables IE compatibility mode (#20380)....
Jean-Philippe Lang -
r14276:85866cdcf30d
parent child
Show More
@@ -2,6 +2,7
2 <html lang="<%= current_language %>">
2 <html lang="<%= current_language %>">
3 <head>
3 <head>
4 <meta charset="utf-8" />
4 <meta charset="utf-8" />
5 <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
5 <title><%= html_title %></title>
6 <title><%= html_title %></title>
6 <meta name="description" content="<%= Redmine::Info.app_name %>" />
7 <meta name="description" content="<%= Redmine::Info.app_name %>" />
7 <meta name="keywords" content="issue,bug,tracker" />
8 <meta name="keywords" content="issue,bug,tracker" />
General Comments 0
You need to be logged in to leave comments. Login now