using flush() here is pointless as we render the layout into a memory buffer and actually transmit the data later

remotes/origin/fix-10825
Thomas Müller 12 years ago
parent 6dd7d9e0af
commit cbe3595f64
  1. 1
      core/templates/layout.base.php
  2. 1
      core/templates/layout.guest.php
  3. 1
      core/templates/layout.user.php

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

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

@ -39,7 +39,6 @@
?>
<?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">

Loading…
Cancel
Save