bug #34, line breaks double in retweet/share

This commit is contained in:
Friendika 2011-04-10 03:00:29 -07:00
parent 6b66ac8183
commit bf865f0210
3 changed files with 6 additions and 3 deletions

View file

@ -17,7 +17,7 @@ function share_init(&$a) {
$o = '';
$o .= '&#x2672; <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();
}