diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-03-24 18:00:15 +0100 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-03-24 18:00:15 +0100 |
commit | 3a23068d897d1298da53945dfeaf4aa890d38230 (patch) | |
tree | 36ac05fd51c550a1d2810be7fd6ee6a9c3be7886 /phpBB/phpbb | |
parent | dcb6154be7e7f8afcecb17c89dce8841d56dd0af (diff) | |
parent | 244d171cb035f0229ad2a06d01062ca809a72025 (diff) | |
download | forums-3a23068d897d1298da53945dfeaf4aa890d38230.tar forums-3a23068d897d1298da53945dfeaf4aa890d38230.tar.gz forums-3a23068d897d1298da53945dfeaf4aa890d38230.tar.bz2 forums-3a23068d897d1298da53945dfeaf4aa890d38230.tar.xz forums-3a23068d897d1298da53945dfeaf4aa890d38230.zip |
Merge pull request #4242 from marc1706/ticket/14136
[ticket/14136] Add back X-UA-Compatible meta tag
* marc1706/ticket/14136:
[ticket/14136] Add back X-UA-Compatible meta tag
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r-- | phpBB/phpbb/db/driver/driver.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/db/driver/driver.php b/phpBB/phpbb/db/driver/driver.php index 1b49775b32..01dd66cd6e 100644 --- a/phpBB/phpbb/db/driver/driver.php +++ b/phpBB/phpbb/db/driver/driver.php @@ -897,6 +897,7 @@ abstract class driver implements driver_interface <html dir="ltr"> <head> <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>SQL Report</title> <link href="' . htmlspecialchars($phpbb_path_helper->update_web_root_path($phpbb_root_path) . $phpbb_path_helper->get_adm_relative_path()) . 'style/admin.css" rel="stylesheet" type="text/css" media="screen" /> </head> |