X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/467fdea52c27dcf01e79cb96068134403afff660..v4.5-6-g50f9b29cc2:/nieuws/index.php diff --git a/nieuws/index.php b/nieuws/index.php index f6e63a4..33b61fb 100644 --- a/nieuws/index.php +++ b/nieuws/index.php @@ -3,7 +3,7 @@ $replyform = $Page->handler == 'melding' && $User->login; @list ($year, $page) = explode('/', trim($Page->path, '/')); if ($User->admin("edit {$Page->handler}")) { - print ''."\n"; + $Page->raw = ''."\n" . $Page->raw; } if ($page and !is_numeric($page)) {