summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backend.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 9b0ce8f5f..65a8a6ebd 100644
--- a/backend.php
+++ b/backend.php
@@ -259,7 +259,8 @@
if (!$entry_comments) $entry_comments = " "; # placeholder
print "<div style='float : right'>$tags_str
- <a href=\"javascript:editArticleTags($id, $feed_id)\">(+)</a></div>
+ <a title=\"Edit tags for this article\"
+ href=\"javascript:editArticleTags($id, $feed_id)\">(+)</a></div>
<div clear='both'>$entry_comments</div>";
print "</div>";