From 0b5b8b432ca6bc33ed1d5d0855b4ca85d29628e8 Mon Sep 17 00:00:00 2001 From: Denis Shakhov Date: Wed, 16 Jul 2014 23:49:14 +0700 Subject: [PATCH] =?UTF-8?q?X-UA-Compatible=20=D0=BF=D0=B5=D1=80=D0=B5?= =?UTF-8?q?=D0=BD=D0=B5=D1=81=D0=B5=D0=BD=20=D0=B2=20.htaccess?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * http://stackoverflow.com/questions/6771258/whats-the-difference-if-meta-http-equiv-x-ua-compatible-content-ie-edge-e/ --- .htaccess | 2 ++ .../frontend/skin/developer/components/layout/layout.tpl | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 1ee336a7..4867b566 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,5 @@ +Header set X-UA-Compatible "IE=Edge,chrome=1" + AddDefaultCharset UTF-8 Options -Indexes RewriteEngine On diff --git a/application/frontend/skin/developer/components/layout/layout.tpl b/application/frontend/skin/developer/components/layout/layout.tpl index d610fa1d..2d67135e 100644 --- a/application/frontend/skin/developer/components/layout/layout.tpl +++ b/application/frontend/skin/developer/components/layout/layout.tpl @@ -13,7 +13,6 @@ {block name='layout_head'} -