page: apply placeholder replacement to all page output
[minimedit.git] / page.inc.php
index 333a70521e5de72c69d20904902fe679dbc4a5dc..c4884b9a098821f963514cf5be07334e57a5adea 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-$body = ob_get_clean();
+$body = getoutput($Place);
 
 include_once DOCROOT.'head.inc.php';