mirror of
https://github.com/friendica/friendica
synced 2025-04-19 06:30:10 +00:00
Some small improvements to the OStatus export
This commit is contained in:
parent
5fe8ae514b
commit
a9b2b48d08
3 changed files with 13 additions and 4 deletions
|
@ -100,7 +100,7 @@ function bb_attachment($Text, $simplehtml = false, $tryoembed = true) {
|
|||
}
|
||||
|
||||
if ($simplehtml == 7)
|
||||
$text = sprintf('<a href="%s" title="%s" class="attachment thumbnail" rel="nofollow external">%s</a>',
|
||||
$text = sprintf('<a href="%s" title="%s" class="attachment thumbnail" rel="nofollow external">%s</a><br />',
|
||||
$url, $title, $title);
|
||||
elseif (($simplehtml != 4) AND ($simplehtml != 0))
|
||||
$text = sprintf('<a href="%s" target="_blank">%s</a><br>', $url, $title);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue