From 85866cdcf30dc130f31ac65c3e3e694c58be6cfa Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Fri, 9 Oct 2015 07:20:26 +0000 Subject: [PATCH] Disables IE compatibility mode (#20380). git-svn-id: http://svn.redmine.org/redmine/trunk@14658 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/layouts/base.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb index 434f46ce8..b1ffcaf13 100644 --- a/app/views/layouts/base.html.erb +++ b/app/views/layouts/base.html.erb @@ -2,6 +2,7 @@ + <%= html_title %> -- 2.39.5