Adding a line feed looks nicer
This commit is contained in:
parent
14b56ce0cc
commit
ce2e98ea68
|
@ -421,7 +421,7 @@ class Feed {
|
||||||
unset($item["attach"]);
|
unset($item["attach"]);
|
||||||
} else {
|
} else {
|
||||||
if (!empty($summary)) {
|
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) {
|
if ($contact["fetch_further_information"] == 3) {
|
||||||
|
|
Loading…
Reference in a new issue