X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/621fc2f9638a1a92aa8535310e7852de5542f11e..8da4e3db153de18c026cc8dda79bdc0947663c8a:/nieuws/index.php?ds=sidebyside 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 = [];