Fix bug: Force edge mode for Internet Explorer

This commit is contained in:
Frederic Guillot 2015-06-13 14:16:04 -04:00
parent f2abf33912
commit 4161015023
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width">
<meta name="mobile-web-app-capable" content="yes">
<meta name="robots" content="noindex,nofollow">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<?php if (isset($board_public_refresh_interval)): ?>
<meta http-equiv="refresh" content="<?= $board_public_refresh_interval ?>">