Adding a line feed looks nicer

This commit is contained in:
Michael 2019-03-16 11:18:36 +00:00
parent 14b56ce0cc
commit ce2e98ea68
1 changed files with 1 additions and 1 deletions

View 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) {