##// END OF EJS Templates
Removed invalid html5 meta (Rails sets an equivalent response header natively) (#10128)....
Jean-Philippe Lang -
r9930:45d976309096
parent child
Show More
@@ -5,7 +5,6
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" />
9 <%= csrf_meta_tag %>
8 <%= csrf_meta_tag %>
10 <%= favicon %>
9 <%= favicon %>
11 <%= stylesheet_link_tag 'jquery/jquery-ui-1.8.21', 'application', :media => 'all' %>
10 <%= stylesheet_link_tag 'jquery/jquery-ui-1.8.21', 'application', :media => 'all' %>
General Comments 0
You need to be logged in to leave comments. Login now