aboutsummaryrefslogtreecommitdiffstats
path: root/mod/share.php
diff options
context:
space:
mode:
authormarijus <mario@mariovavti.com>2015-01-28 08:56:56 +0100
committermarijus <mario@mariovavti.com>2015-01-28 08:56:56 +0100
commit87814670c19667d211e8087242d9473ab9f4a46b (patch)
tree515642ca3a690d6cea3f00416014262ff51e69b3 /mod/share.php
parent145b30adfc21b7f29d1431ebd1e2e0f4ebd853bf (diff)
downloadvolse-hubzilla-87814670c19667d211e8087242d9473ab9f4a46b.tar.gz
volse-hubzilla-87814670c19667d211e8087242d9473ab9f4a46b.tar.bz2
volse-hubzilla-87814670c19667d211e8087242d9473ab9f4a46b.zip
no need for new line here - spacing is done via css
Diffstat (limited to 'mod/share.php')
-rw-r--r--mod/share.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/share.php b/mod/share.php
index 78a25ee10..d70336ed1 100644
--- a/mod/share.php
+++ b/mod/share.php
@@ -53,7 +53,7 @@ function share_init(&$a) {
"' avatar='".$r[0]['author']['xchan_photo_s'].
"' link='".$r[0]['plink'].
"' posted='".$r[0]['created'].
- "' message_id='".$r[0]['mid']."']\n";
+ "' message_id='".$r[0]['mid']."']";
if($r[0]['title'])
$o .= '[b]'.$r[0]['title'].'[/b]'."\n";
$o .= $r[0]['body'];