]> git.mxchange.org Git - friendica.git/commitdiff
more recycle fixes for plaintext
authorfriendica <info@friendica.com>
Thu, 15 Mar 2012 10:47:02 +0000 (03:47 -0700)
committerfriendica <info@friendica.com>
Thu, 15 Mar 2012 10:47:02 +0000 (03:47 -0700)
mod/share.php

index 5a72e2377064c524fb2673fd8873c87b2ddec320..47bb851a4f3311ae1ff1ae54c7308f1b55190158 100755 (executable)
@@ -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";