Merge pull request #699 from getgrav/feature/add-x-ua-compatible-to-http_equiv

Add x-ua-compatible to http_equiv processing
This commit is contained in:
Andy Miller
2016-02-23 09:01:06 -07:00

View File

@@ -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 = [];