no need for new line here - spacing is done via css
This commit is contained in:
parent
145b30adfc
commit
87814670c1
@ -53,7 +53,7 @@ function share_init(&$a) {
|
|||||||
"' avatar='".$r[0]['author']['xchan_photo_s'].
|
"' avatar='".$r[0]['author']['xchan_photo_s'].
|
||||||
"' link='".$r[0]['plink'].
|
"' link='".$r[0]['plink'].
|
||||||
"' posted='".$r[0]['created'].
|
"' posted='".$r[0]['created'].
|
||||||
"' message_id='".$r[0]['mid']."']\n";
|
"' message_id='".$r[0]['mid']."']";
|
||||||
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'];
|
$o .= $r[0]['body'];
|
||||||
|
Reference in New Issue
Block a user