diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-09-11 10:28:52 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-09-11 10:28:52 +0200 |
commit | bce5c2dae917d138b3699ddad92de60fe22b640d (patch) | |
tree | a54cfaf9162bef51a8e8484e3fd4e005b4dc7a4d /core/templates/layout.guest.php | |
parent | bfebbe47decd30389e0325e24ecefc98fe3e8d71 (diff) | |
download | nextcloud-server-bce5c2dae917d138b3699ddad92de60fe22b640d.tar.gz nextcloud-server-bce5c2dae917d138b3699ddad92de60fe22b640d.zip |
Add X-UA-Compatible to all templates
Replaces https://github.com/owncloud/core/pull/10850
Diffstat (limited to 'core/templates/layout.guest.php')
-rw-r--r-- | core/templates/layout.guest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php index fb34769ff7c..dcf0553a4eb 100644 --- a/core/templates/layout.guest.php +++ b/core/templates/layout.guest.php @@ -11,6 +11,7 @@ <?php p($theme->getTitle()); ?> </title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"> <meta name="apple-itunes-app" content="app-id=<?php p($theme->getiTunesAppId()); ?>"> <link rel="shortcut icon" type="image/png" href="<?php print_unescaped(image_path('', 'favicon.png')); ?>" /> |