From 396a694005c5eca2d929897cb5a88fb9c2597502 Mon Sep 17 00:00:00 2001 From: Flavio Copes Date: Tue, 23 Feb 2016 15:06:33 +0100 Subject: [PATCH] Add x-ua-compatible to http_equiv processing --- system/src/Grav/Common/Page/Page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/src/Grav/Common/Page/Page.php b/system/src/Grav/Common/Page/Page.php index 926ac9da0..90c31633f 100644 --- a/system/src/Grav/Common/Page/Page.php +++ b/system/src/Grav/Common/Page/Page.php @@ -1294,7 +1294,7 @@ class Page // if not metadata yet, process it. if (null === $this->metadata) { - $header_tag_http_equivs = ['content-type', 'default-style', 'refresh']; + $header_tag_http_equivs = ['content-type', 'default-style', 'refresh', 'x-ua-compatible']; $this->metadata = [];