diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-03-24 18:00:42 +0100 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-03-24 18:00:42 +0100 |
commit | a9b6a537c58d6abf3952010c91501c61c172ddbd (patch) | |
tree | 64e670ed0617f648f13fa7e2520ee4b25a8bf980 /phpBB/adm/style | |
parent | 7e2c8f188524762f3af122fa1d9a622e250accc3 (diff) | |
parent | 2e3f89444a7bad3e723b4a990b7c1c1a46914c81 (diff) | |
download | forums-a9b6a537c58d6abf3952010c91501c61c172ddbd.tar forums-a9b6a537c58d6abf3952010c91501c61c172ddbd.tar.gz forums-a9b6a537c58d6abf3952010c91501c61c172ddbd.tar.bz2 forums-a9b6a537c58d6abf3952010c91501c61c172ddbd.tar.xz forums-a9b6a537c58d6abf3952010c91501c61c172ddbd.zip |
Merge pull request #4243 from marc1706/ticket/14136-3.2.x
[ticket/14136] Add back X-UA-Compatible meta tag
* marc1706/ticket/14136-3.2.x:
[ticket/14136] Add back X-UA-Compatible meta tag
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/installer_header.html | 1 | ||||
-rw-r--r-- | phpBB/adm/style/overall_header.html | 1 | ||||
-rw-r--r-- | phpBB/adm/style/simple_header.html | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/phpBB/adm/style/installer_header.html b/phpBB/adm/style/installer_header.html index 775caa7c67..704db9e174 100644 --- a/phpBB/adm/style/installer_header.html +++ b/phpBB/adm/style/installer_header.html @@ -2,6 +2,7 @@ <html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}"> <head> <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!-- IF META -->{META}<!-- ENDIF --> <title>{PAGE_TITLE}</title> diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html index 9266372ab8..f227f729fd 100644 --- a/phpBB/adm/style/overall_header.html +++ b/phpBB/adm/style/overall_header.html @@ -2,6 +2,7 @@ <html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}"> <head> <meta charset="utf-8"> +<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!-- IF META -->{META}<!-- ENDIF --> <title>{PAGE_TITLE}</title> diff --git a/phpBB/adm/style/simple_header.html b/phpBB/adm/style/simple_header.html index f62a7a900e..9f47b2052b 100644 --- a/phpBB/adm/style/simple_header.html +++ b/phpBB/adm/style/simple_header.html @@ -2,6 +2,7 @@ <html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}"> <head> <meta charset="utf-8"> +<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!-- IF META -->{META}<!-- ENDIF --> <title>{PAGE_TITLE}</title> |