forked from GNUsocial/gnu-social
Some more Microformats2 data for notices and rendering
This commit is contained in:
@@ -692,7 +692,7 @@ function common_linkify_mention(array $mention)
|
||||
$xs = new XMLStringer(false);
|
||||
|
||||
$attrs = array('href' => $mention['url'],
|
||||
'class' => 'h-card '.$mention['type']);
|
||||
'class' => 'h-card u-url p-nickname '.$mention['type']);
|
||||
|
||||
if (!empty($mention['title'])) {
|
||||
$attrs['title'] = $mention['title'];
|
||||
|
Reference in New Issue
Block a user