X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/d3ed59c2753c2babd5aa9a1c5e0109c644904ba8..17653d5b7ab2c7276c97b0953648fcb885383711:/nieuws/index.php diff --git a/nieuws/index.php b/nieuws/index.php index f74c632..ff433d5 100644 --- a/nieuws/index.php +++ b/nieuws/index.php @@ -15,6 +15,9 @@ if ($page and !is_numeric($page)) { if ($Article->dateparts) { $Place[1] = ' '.$Article->date.''; } + else { + $Place[1] = ''; + } print preg_replace('{(?<=

)(.*?)(?=

)}', ($edit ?: '\1').' [[1]]', $Article->raw); if ($User->admin("edit $Page$Args")) { $taglist = [];