]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/Feed.php
Merge pull request #7277 from annando/ignore-resharer
[friendica.git] / src / Protocol / Feed.php
index 2a2ea0363010f36dbf16253294fba0ee3b3ece64..0cf1db7cb799dcafe5789157953c3767f4fe265e 100644 (file)
@@ -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) {