From: Andrew Dolgov Date: Fri, 8 Dec 2006 06:19:28 +0000 (+0100) Subject: show 'no tags' in view when article is untagged X-Git-Tag: 1.2.6~14 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=3db880c6276a3bd907ecd9e4739142237cf484fe;p=tt-rss.git show 'no tags' in view when article is untagged --- diff --git a/backend.php b/backend.php index 65a8a6eb..fd7ced8a 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 (+)