]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add X-UA-Compatible to all templates
authorLukas Reschke <lukas@owncloud.com>
Thu, 11 Sep 2014 08:28:52 +0000 (10:28 +0200)
committerLukas Reschke <lukas@owncloud.com>
Thu, 11 Sep 2014 08:28:52 +0000 (10:28 +0200)
Replaces https://github.com/owncloud/core/pull/10850

core/templates/layout.base.php
core/templates/layout.guest.php
core/templates/layout.user.php

index 009cfe21c3fe897747bf8d5b8187fbc517ad0d07..963bf4cf5451f6fa592ee2ecb575a77ec9ec84e6 100644 (file)
@@ -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')); ?>" />
index fb34769ff7c214ab43f4fe9bccf3f59450ed44ba..dcf0553a4eb059aa6730ce3b851af05fa45db727 100644 (file)
@@ -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')); ?>" />
index 7bc2511f03e36012fbe099f0ab7e391555eb3c81..a7ce9a5be80e63d957c3a72cdbcc4c6f987b8b51 100644 (file)
@@ -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">