]> git.mxchange.org Git - friendica.git/blobdiff - mod/share.php
Merge branch 'pull'
[friendica.git] / mod / share.php
index f6c025e3cef29ea774c58bae14d341c94a18ec78..47bb851a4f3311ae1ff1ae54c7308f1b55190158 100755 (executable)
@@ -17,7 +17,7 @@ function share_init(&$a) {
        $o = '';
 
        if(local_user() && intval(get_pconfig(local_user(),'system','plaintext'))) {
-               $o .= '♲ [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";