]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
rel
authorEvan Prodromou <evan@prodromou.name>
Tue, 29 Jul 2008 18:25:58 +0000 (14:25 -0400)
committerEvan Prodromou <evan@prodromou.name>
Tue, 29 Jul 2008 18:25:58 +0000 (14:25 -0400)
darcs-hash:20080729182558-84dde-3f3eab4da119cf57fb55896b114146fd72007824.gz

lib/util.php

index dcdb921d606fa3ec07416b5dbff79863fc4d72f4..13ce180b4e155d3ac38b2b753c28c8da77ffa345 100644 (file)
@@ -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) {