summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-12-08 07:19:28 +0100
committerAndrew Dolgov <[email protected]>2006-12-08 07:19:28 +0100
commit3db880c6276a3bd907ecd9e4739142237cf484fe (patch)
tree84598447df0f094791fbf9cb8511470eb88555b4 /backend.php
parente8dd519bbedf686c3271ad7418cd742e0c2c16df (diff)
show 'no tags' in view when article is untagged
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 2 insertions, 0 deletions
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 = "&nbsp;"; # 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>