X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fshare.php;h=bba527342aaf7e5bab10f2656496966e760127d9;hb=1cf1870512de474208ce3682450c047e027d6c38;hp=8a8229e8a19f1f7a1a32e907b8a4471dfc686e2a;hpb=9838245c6c9b2e311650b53a1c3aa1ef778ef935;p=friendica.git diff --git a/mod/share.php b/mod/share.php old mode 100644 new mode 100755 index 8a8229e8a1..bba527342a --- a/mod/share.php +++ b/mod/share.php @@ -17,7 +17,9 @@ function share_init(&$a) { $o = ''; $o .= '♲ ' . $r[0]['author-name'] . '
'; - $o .= prepare_body($r[0]); + if($r[0]['title']) + $o .= '' . $r[0]['title'] . '
'; + $o .= bbcode($r[0]['body'], true); echo $o . '
'; killme(); -} \ No newline at end of file +}