fix errant class in notice content

This commit is contained in:
Evan Prodromou 2011-04-09 17:05:59 -04:00
parent 4d0f42aea2
commit c382a1d8cc
1 changed files with 1 additions and 1 deletions

View File

@ -638,7 +638,7 @@ function common_linkify_mention($mention)
$xs->elementStart('span', 'vcard');
$xs->elementStart('a', $attrs);
$xs->element('span', 'fn nickname profile', $mention['text']);
$xs->element('span', 'fn nickname mention', $mention['text']);
$xs->elementEnd('a');
$xs->elementEnd('span');