Merge pull request #8211 from owncloud/flush-head-master

Flush the Buffer Early - right after head
This commit is contained in:
Thomas Müller 2014-04-15 21:34:22 +02:00
commit 7f4fefd7ad
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
?>
<?php endforeach; ?>
</head>
<?php flush(); ?>
<body id="body-public">
<?php print_unescaped($_['content']); ?>
</body>

View File

@ -32,7 +32,7 @@
?>
<?php endforeach; ?>
</head>
<?php flush(); ?>
<body id="body-login">
<div class="wrapper"><!-- for sticky footer -->
<header><div id="header">

View File

@ -35,7 +35,7 @@
?>
<?php endforeach; ?>
</head>
<?php flush(); ?>
<body id="<?php p($_['bodyid']);?>">
<noscript><div id="nojavascript"><div><?php print_unescaped($l->t('This application requires JavaScript to be enabled for correct operation. Please <a href="http://enable-javascript.com/" target="_blank">enable JavaScript</a> and re-load this interface.')); ?></div></div></noscript>
<div id="notification-container">