From: friendica Date: Thu, 15 Mar 2012 10:47:02 +0000 (-0700) Subject: more recycle fixes for plaintext X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f96aff5518d2d5fb726d381892893a68d8c36450;p=friendica.git more recycle fixes for plaintext --- diff --git a/mod/share.php b/mod/share.php index 5a72e23770..47bb851a4f 100755 --- a/mod/share.php +++ b/mod/share.php @@ -17,7 +17,7 @@ function share_init(&$a) { $o = ''; if(local_user() && intval(get_pconfig(local_user(),'system','plaintext'))) { - $o .= "\xE2\x99\xb2" . ' [url=' . $r[0]['author-link'] . ']' . $r[0]['author-name'] . '[/url]'; + $o .= "\xE2\x99\xb2" . ' [url=' . $r[0]['author-link'] . ']' . $r[0]['author-name'] . '[/url]' . "\n"; if($r[0]['title']) $o .= '[b]' . $r[0]['title'] . '[/b]' . "\n"; $o .= $r[0]['body'] . "\n";