Adding a line feed looks nicer
[friendica.git/.git] / src / Protocol / Feed.php
index 2a2ea03..0cf1db7 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) {