error in hashtag link generation

This commit is contained in:
Evan Prodromou 2009-02-16 18:02:04 -05:00
parent 7638adf49e
commit c8e71d359c
1 changed files with 2 additions and 2 deletions

View File

@ -596,7 +596,7 @@ function common_tag_link($tag)
$xs->element('a', array('href' => $url,
'rel' => 'tag'),
$tag);
$xs->elementEnd();
$xs->elementEnd('span');
return $xs->getString();
}