From 3db880c6276a3bd907ecd9e4739142237cf484fe Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 8 Dec 2006 07:19:28 +0100 Subject: show 'no tags' in view when article is untagged --- backend.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 65a8a6ebd..fd7ced8ae 100644 --- a/backend.php +++ b/backend.php @@ -258,6 +258,8 @@ if (!$entry_comments) $entry_comments = " "; # placeholder + if (!$tags_str) $tags_str = 'no tags'; + print "
$tags_str (+)
-- cgit v1.2.3