summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-09-11 12:34:44 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-09-11 12:34:44 +0200
commit9737ba74ce828c745794af26e2bd2bb4ec7b1803 (patch)
tree934349f051b544db8286c5c634387d1727a07f24 /core/templates
parent8d7926543b5e8a21d42dea71ae5a5d9a5d3ed403 (diff)
parentbce5c2dae917d138b3699ddad92de60fe22b640d (diff)
downloadnextcloud-server-9737ba74ce828c745794af26e2bd2bb4ec7b1803.tar.gz
nextcloud-server-9737ba74ce828c745794af26e2bd2bb4ec7b1803.zip
Merge pull request #11007 from owncloud/replaces-10850
Add X-UA-Compatible to all templates
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/layout.base.php1
-rw-r--r--core/templates/layout.guest.php1
-rw-r--r--core/templates/layout.user.php2
3 files changed, 3 insertions, 1 deletions
diff --git a/core/templates/layout.base.php b/core/templates/layout.base.php
index 009cfe21c3f..963bf4cf545 100644
--- a/core/templates/layout.base.php
+++ b/core/templates/layout.base.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">
<link rel="shortcut icon" type="image/png" href="<?php print_unescaped(image_path('', 'favicon.png')); ?>" />
<link rel="apple-touch-icon-precomposed" href="<?php print_unescaped(image_path('', 'favicon-touch.png')); ?>" />
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')); ?>" />
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index 7bc2511f03e..a7ce9a5be80 100644
--- a/core/templates/layout.user.php
+++ b/core/templates/layout.user.php
@@ -14,7 +14,7 @@
?>
</title>
<meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0">
<meta name="apple-itunes-app" content="app-id=<?php p($theme->getiTunesAppId()); ?>">
<meta name="apple-mobile-web-app-capable" content="yes">