mirror of
https://github.com/friendica/friendica
synced 2025-04-23 10:30:11 +00:00
Use "sup" instead of "h5" for the link to the website
This commit is contained in:
parent
55a675d806
commit
cd7b81afd5
2 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ function bb_attachment($return, $simplehtml = false, $tryoembed = true)
|
|||
}
|
||||
|
||||
if ($data["type"] == "link") {
|
||||
$return .= sprintf('<h5><a href="%s">%s</a></h5>', $data['url'], parse_url($data['url'], PHP_URL_HOST));
|
||||
$return .= sprintf('<sup><a href="%s">%s</a></sup>', $data['url'], parse_url($data['url'], PHP_URL_HOST));
|
||||
}
|
||||
|
||||
if ($simplehtml != 4) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue