rel
darcs-hash:20080729182558-84dde-3f3eab4da119cf57fb55896b114146fd72007824.gz
This commit is contained in:
parent
dcfc6f4929
commit
4577182d2c
@ -676,7 +676,7 @@ function common_render_content($text, $notice) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function common_tag_link($tag) {
|
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) {
|
function common_at_link($sender_id, $nickname) {
|
||||||
|
Loading…
Reference in New Issue
Block a user