diff options
-rw-r--r-- | app/Template/layout.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Template/layout.php b/app/Template/layout.php index cf74c8ab..32bc7227 100644 --- a/app/Template/layout.php +++ b/app/Template/layout.php @@ -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 ?>"> |