error in hashtag link generation
This commit is contained in:
parent
7638adf49e
commit
c8e71d359c
|
@ -596,7 +596,7 @@ function common_tag_link($tag)
|
||||||
$xs->element('a', array('href' => $url,
|
$xs->element('a', array('href' => $url,
|
||||||
'rel' => 'tag'),
|
'rel' => 'tag'),
|
||||||
$tag);
|
$tag);
|
||||||
$xs->elementEnd();
|
$xs->elementEnd('span');
|
||||||
return $xs->getString();
|
return $xs->getString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user