diff options
Diffstat (limited to 'core/templates/layout.base.php')
-rw-r--r-- | core/templates/layout.base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/layout.base.php b/core/templates/layout.base.php index b3e2f4da91c..c519388fa3b 100644 --- a/core/templates/layout.base.php +++ b/core/templates/layout.base.php @@ -30,7 +30,7 @@ ?> <?php endforeach; ?> </head> - + <?php flush(); ?> <body id="body-public"> <?php print_unescaped($_['content']); ?> </body> |