darcs-hash:20080729182558-84dde-3f3eab4da119cf57fb55896b114146fd72007824.gz
This commit is contained in:
Evan Prodromou 2008-07-29 14:25:58 -04:00
parent dcfc6f4929
commit 4577182d2c
1 changed files with 1 additions and 1 deletions

View 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) {