Skip to content
Snippets Groups Projects
Commit 30168169 authored by Thomas Müller's avatar Thomas Müller
Browse files

Flush the Buffer Early - right after head

parent 2eeab603
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@
?>
<?php endforeach; ?>
</head>
<?php flush(); ?>
<body id="body-public">
<?php print_unescaped($_['content']); ?>
</body>
......
......@@ -32,7 +32,7 @@
?>
<?php endforeach; ?>
</head>
<?php flush(); ?>
<body id="body-login">
<div class="wrapper"><!-- for sticky footer -->
<header><div id="header">
......
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment