X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/e6d26c20628195fde6f3edfb31e5db8d31551adf..feffbe20164d8462d06cef8024609d3fad50e053:/nieuws/index.php diff --git a/nieuws/index.php b/nieuws/index.php index 18f4466..746baec 100644 --- a/nieuws/index.php +++ b/nieuws/index.php @@ -31,9 +31,11 @@ if ($page and !is_numeric($page)) { ucfirst($tagname) ); } - printf('

Tags: %s

'."\n", - implode("\n\t", $taglist) - ); + if ($taglist) { + printf('

Tags: %s

'."\n", + implode("\n\t", $taglist) + ); + } } if ($replyform) { print placeholder_include('nieuws/replies');