summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/util.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php
index dcdb921d6..13ce180b4 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -676,7 +676,7 @@ function common_render_content($text, $notice) {
}
function common_tag_link($tag) {
- return '<a href="' . htmlspecialchars(common_path('tag/' . $tag)) . '" class="hashlink">' . $tag . '</a>';
+ return '<a href="' . htmlspecialchars(common_path('tag/' . $tag)) . '" rel="tag" class="hashlink">' . htmlspecialchars($tag) . '</a>';
}
function common_at_link($sender_id, $nickname) {