mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
Adding a line feed looks nicer
This commit is contained in:
parent
14b56ce0cc
commit
ce2e98ea68
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue