mirror of
https://github.com/friendica/friendica
synced 2025-04-25 19:50:12 +00:00
bug #34, line breaks double in retweet/share
This commit is contained in:
parent
6b66ac8183
commit
bf865f0210
3 changed files with 6 additions and 3 deletions
|
@ -17,7 +17,7 @@ function share_init(&$a) {
|
|||
$o = '';
|
||||
|
||||
$o .= '♲ <a href="' . $r[0]['author-link'] . '">' . $r[0]['author-name'] . '</a><br />';
|
||||
$o .= prepare_body($r[0]);
|
||||
$o .= bbcode($r[0]['body'], true);
|
||||
echo $o . '<br />';
|
||||
killme();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue