diff options
Diffstat (limited to 'app/Models/Entry.php')
| -rw-r--r-- | app/Models/Entry.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/Entry.php b/app/Models/Entry.php index 81ece1ce4..4a0f12c94 100644 --- a/app/Models/Entry.php +++ b/app/Models/Entry.php @@ -187,6 +187,7 @@ HTML; $thumbnails = $enclosure['thumbnails'] ?? []; $etitle = $enclosure['title'] ?? ''; + $content .= "\n"; $content .= '<figure class="enclosure">'; foreach ($thumbnails as $thumbnail) { |
