]> source.dussan.org Git - redmine.git/commitdiff
Removed invalid html5 meta (Rails sets an equivalent response header natively) (...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 29 Jul 2012 10:46:04 +0000 (10:46 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 29 Jul 2012 10:46:04 +0000 (10:46 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10113 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/layouts/base.html.erb

index 1d469fc40eaaf085cfff6a2f16a18b4a921c1b85..6b06edd730a0252e188c4a7c416472fdbb9e3381 100644 (file)
@@ -5,7 +5,6 @@
 <title><%=h html_title %></title>
 <meta name="description" content="<%= Redmine::Info.app_name %>" />
 <meta name="keywords" content="issue,bug,tracker" />
-<meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE" />
 <%= csrf_meta_tag %>
 <%= favicon %>
 <%= stylesheet_link_tag 'jquery/jquery-ui-1.8.21', 'application', :media => 'all' %>