From: Jean-Philippe Lang Date: Sun, 8 Apr 2012 20:13:38 +0000 (+0000) Subject: Disable IE 8 compatibility mode (#10128). X-Git-Tag: 2.0.0~210 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=78dd564a82094f8428b5a3fc031bf9749e952724;p=redmine.git Disable IE 8 compatibility mode (#10128). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9372 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb index 9cce11292..1a7c3c816 100644 --- a/app/views/layouts/base.html.erb +++ b/app/views/layouts/base.html.erb @@ -5,6 +5,7 @@ <%=h html_title %> + <%= csrf_meta_tag %> <%= favicon %> <%= stylesheet_link_tag 'application', :media => 'all' %>