aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-12-15 15:17:10 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-12-15 15:17:10 -0800
commitf121b74bec445b7dc5e01c5ee8898e15ecfc1df1 (patch)
treed712c1f1507332e91772e17498f3723e68a8d3bc /include/text.php
parentcb8cccc5372ba138d3fd86f471408fd917a71514 (diff)
downloadvolse-hubzilla-f121b74bec445b7dc5e01c5ee8898e15ecfc1df1.tar.gz
volse-hubzilla-f121b74bec445b7dc5e01c5ee8898e15ecfc1df1.tar.bz2
volse-hubzilla-f121b74bec445b7dc5e01c5ee8898e15ecfc1df1.zip
enhance whitespace
Diffstat (limited to 'include/text.php')
-rw-r--r--include/text.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php
index 29be4931d..dd52b16b6 100644
--- a/include/text.php
+++ b/include/text.php
@@ -1602,7 +1602,7 @@ function create_export_photo_body(&$item) {
if(($item['verb'] === ACTIVITY_POST) && ($item['obj_type'] === ACTIVITY_OBJ_PHOTO)) {
$j = json_decode($item['object'],true);
if($j) {
- $item['body'] .= (($j['body']) ? $j['body'] : $j['bbcode']);
+ $item['body'] .= "\n\n" . (($j['body']) ? $j['body'] : $j['bbcode']);
$item['sig'] = '';
}
}