]> source.dussan.org Git - nextcloud-server.git/commitdiff
Merge pull request #3179 from pawl/patch-1
authorJörn Friedrich Dreyer <jfd@butonic.de>
Tue, 28 May 2013 12:18:43 +0000 (05:18 -0700)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Tue, 28 May 2013 12:18:43 +0000 (05:18 -0700)
Improve IE Compatibility

1  2 
core/templates/layout.user.php

index 6e49149b0ae43491542c34336590bb989f92c3a2,734def5f20c72f31a0a817458e215e9dba5d455b..a3ebf3abd0359418af1949b1f84f3c9b85bbc7a6
@@@ -5,10 -5,11 +5,11 @@@
  <!--[if IE 9]><html class="ng-csp ie ie9 lte9"><![endif]-->
  <!--[if gt IE 9]><html class="ng-csp ie"><![endif]-->
  <!--[if !IE]><!--><html class="ng-csp"><!--<![endif]-->
 -      <head>
 +      <head data-user="<?php p($_['user_uid']); ?>" data-requesttoken="<?php p($_['requesttoken']); ?>">
                <title><?php p(!empty($_['application'])?$_['application'].' | ':'') ?>ownCloud
                        <?php p(trim($_['user_displayname']) != '' ?' ('.$_['user_displayname'].') ':'') ?></title>
-               <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+               <meta charset="utf-8">
+               <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
                <meta name="apple-itunes-app" content="app-id=543672169">
                <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')); ?>" />