X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/b04f76050d54c67844d5d4026993f6fab0edeae5..62b5ff32fa1e2ad7361940351bd6585b9dfcbd9a:/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)) {