summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 = " "; # 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>