show 'no tags' in view when article is untagged

This commit is contained in:
Andrew Dolgov 2006-12-08 07:19:28 +01:00
parent e8dd519bbe
commit 3db880c627
1 changed files with 2 additions and 0 deletions

View File

@ -258,6 +258,8 @@
if (!$entry_comments) $entry_comments = " "; # placeholder
if (!$tags_str) $tags_str = '<span class="insensitive">no tags</span>';
print "<div style='float : right'>$tags_str
<a title=\"Edit tags for this article\"
href=\"javascript:editArticleTags($id, $feed_id)\">(+)</a></div>