]> git.mxchange.org Git - friendica.git/blobdiff - mod/share.php
"display list of status items" moved to include/conversation.php,
[friendica.git] / mod / share.php
index 8a8229e8a19f1f7a1a32e907b8a4471dfc686e2a..f355a842a7cb360e6bf499f662723998d11f9c6c 100644 (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();  
-}
\ No newline at end of file
+}