summaryrefslogtreecommitdiffstats
path: root/core/templates/layout.user.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-09-11 10:28:52 +0200
committerLukas Reschke <lukas@owncloud.com>2014-09-11 10:28:52 +0200
commitbce5c2dae917d138b3699ddad92de60fe22b640d (patch)
treea54cfaf9162bef51a8e8484e3fd4e005b4dc7a4d /core/templates/layout.user.php
parentbfebbe47decd30389e0325e24ecefc98fe3e8d71 (diff)
downloadnextcloud-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.user.php')
-rw-r--r--core/templates/layout.user.php2
1 files changed, 1 insertions, 1 deletions
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">