X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FProtocol%2FFeed.php;h=0cf1db7cb799dcafe5789157953c3767f4fe265e;hb=fa3b5f2bbd3a24d44ce3de3663df3ad4766dd6d2;hp=2a2ea0363010f36dbf16253294fba0ee3b3ece64;hpb=14b56ce0cc76186df34ebcadaaae3c9de42d19ca;p=friendica.git diff --git a/src/Protocol/Feed.php b/src/Protocol/Feed.php index 2a2ea03630..0cf1db7cb7 100644 --- a/src/Protocol/Feed.php +++ b/src/Protocol/Feed.php @@ -421,7 +421,7 @@ class Feed { unset($item["attach"]); } else { if (!empty($summary)) { - $item["body"] = '[abstract]' . HTML::toBBCode($summary, $basepath) . '[/abstract]' . $item["body"]; + $item["body"] = '[abstract]' . HTML::toBBCode($summary, $basepath) . "[/abstract]\n" . $item["body"]; } if ($contact["fetch_further_information"] == 3) {