X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fshare.php;h=e9127b647d4a9d321d3d2f3c2e019f37d33e5415;hb=8b20af6ef536e34c3bc9c412cbffa4cf9c0cea53;hp=f6c025e3cef29ea774c58bae14d341c94a18ec78;hpb=dadf80f64479792be85c7026fe1e3c5440066211;p=friendica.git diff --git a/mod/share.php b/mod/share.php old mode 100755 new mode 100644 index f6c025e3ce..e9127b647d --- a/mod/share.php +++ b/mod/share.php @@ -1,6 +1,6 @@ ' . $r[0]['author-name'] . '
'; - if($r[0]['title']) - $o .= '' . $r[0]['title'] . '
'; - $o .= bbcode($r[0]['body'], true) . '
'; + $o .= $r[0]['body'] . "\n" ; + + $o .= (($r[0]['plink']) ? '[url=' . $r[0]['plink'] . ']' . t('link') . '[/url]' . "\n" : ''); } echo $o; - killme(); + killme(); }