[Pkg-owncloud-commits] [owncloud] 60/258: Add X-UA-Compatible to all templates

David Prévot taffit at moszumanska.debian.org
Sat Oct 11 17:22:20 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit ec9517f98b22bcf3d0f79e99b018dca116fff9de
Author: Lukas Reschke <lukas at owncloud.com>
Date:   Thu Sep 11 10:28:52 2014 +0200

    Add X-UA-Compatible to all templates
    
    Replaces https://github.com/owncloud/core/pull/10850
---
 core/templates/layout.base.php  | 1 +
 core/templates/layout.guest.php | 1 +
 core/templates/layout.user.php  | 2 +-
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/core/templates/layout.base.php b/core/templates/layout.base.php
index 66abcce..7c5a548 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" 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 b802a24..20f65a9 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=543672169">
 		<link rel="shortcut icon" href="<?php print_unescaped(image_path('', 'favicon.png')); ?>" />
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php
index c4f6df0..f0121c3 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=543672169">
 		<link rel="shortcut icon" href="<?php print_unescaped(image_path('', 'favicon.png')); ?>" />

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list