forked from GNUsocial/gnu-social
fix errant class in notice content
This commit is contained in:
parent
4d0f42aea2
commit
c382a1d8cc
@ -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');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user