more recycle fixes for plaintext
This commit is contained in:
parent
9cd1c35c22
commit
f96aff5518
|
@ -17,7 +17,7 @@ function share_init(&$a) {
|
||||||
$o = '';
|
$o = '';
|
||||||
|
|
||||||
if(local_user() && intval(get_pconfig(local_user(),'system','plaintext'))) {
|
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'])
|
if($r[0]['title'])
|
||||||
$o .= '[b]' . $r[0]['title'] . '[/b]' . "\n";
|
$o .= '[b]' . $r[0]['title'] . '[/b]' . "\n";
|
||||||
$o .= $r[0]['body'] . "\n";
|
$o .= $r[0]['body'] . "\n";
|
||||||
|
|
Loading…
Reference in a new issue