mirror of
https://github.com/friendica/friendica
synced 2025-04-27 12:30:11 +00:00
Fix test
This commit is contained in:
parent
d058275723
commit
e55f38cc98
3 changed files with 3 additions and 3 deletions
|
@ -141,7 +141,7 @@ class Status extends BaseFactory
|
|||
// Add the title to text / html if set
|
||||
if (!empty($item['title'])) {
|
||||
$text .= $item['title'] . ' ';
|
||||
$title = sprintf("[h4]%s[/h4]\n", $item['title']);
|
||||
$title = sprintf("[h4]%s[/h4]", $item['title']);
|
||||
}
|
||||
|
||||
$statusnetHtml = BBCode::convertForUriId($item['uri-id'], BBCode::setMentionsToNicknames($title . ($item['raw-body'] ?? $item['body'])), BBCode::TWITTER_API);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue