summaryrefslogtreecommitdiff
path: root/app/Template/layout.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-06-13 14:16:04 -0400
committerFrederic Guillot <fred@kanboard.net>2015-06-13 14:16:04 -0400
commit41610150238a67471d79caa5bcb2ace1dd4578d1 (patch)
treef2fa728eea9a4ee8fc52d50f195cb2df67b25415 /app/Template/layout.php
parentf2abf339120751f11f729606b46927332f886a1d (diff)
Fix bug: Force edge mode for Internet Explorer
Diffstat (limited to 'app/Template/layout.php')
-rw-r--r--app/Template/layout.php1
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 ?>">