Account: add rel="me" to profile links
This commit is contained in:
parent
c420994a6f
commit
42252ee96d
1 changed files with 1 additions and 1 deletions
|
@ -752,7 +752,7 @@ sub profile {
|
|||
}
|
||||
my $html_value
|
||||
= ( $value
|
||||
=~ s{ \[ ([^]]+) \]\( ([^)]+) \) }{'<a href="' . xml_escape($2) . '">' . xml_escape($1) .'</a>' }egrx
|
||||
=~ s{ \[ ([^]]+) \]\( ([^)]+) \) }{'<a href="' . xml_escape($2) . '" rel="me">' . xml_escape($1) .'</a>' }egrx
|
||||
);
|
||||
$profile->{metadata}[$i] = {
|
||||
key => $key,
|
||||
|
|
Loading…
Reference in a new issue