diff options
Diffstat (limited to 'app/Models/Entry.php')
| -rw-r--r-- | app/Models/Entry.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/Entry.php b/app/Models/Entry.php index 3e9cee4e2..249f607ee 100644 --- a/app/Models/Entry.php +++ b/app/Models/Entry.php @@ -185,7 +185,7 @@ HTML; continue; } $credit = $enclosure['credit'] ?? ''; - $description = $enclosure['description'] ?? ''; + $description = nl2br($enclosure['description'] ?? '', true); $length = $enclosure['length'] ?? 0; $medium = $enclosure['medium'] ?? ''; $mime = $enclosure['type'] ?? ''; |
