From cee4d36cba9c6b8a9b15ce1b21b1174068d66ba6 Mon Sep 17 00:00:00 2001 From: Benjamin Issleib Date: Tue, 26 Mar 2019 17:59:31 +0100 Subject: [PATCH] nltobr in frontend Signed-off-by: Benjamin Issleib --- .../Resources/views/Default/dashboard.html.twig | 2 +- .../Resources/views/Default/index.html.twig | 2 +- .../Resources/views/Default/partials/timeline-card.html.twig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Podlatch/PublisherFrontendBundle/Resources/views/Default/dashboard.html.twig b/src/Podlatch/PublisherFrontendBundle/Resources/views/Default/dashboard.html.twig index ca08cda..8ab9da2 100644 --- a/src/Podlatch/PublisherFrontendBundle/Resources/views/Default/dashboard.html.twig +++ b/src/Podlatch/PublisherFrontendBundle/Resources/views/Default/dashboard.html.twig @@ -32,7 +32,7 @@ {{ podcast.getTitle() }}

- {{ podcast.getDescription() }} + {{ podcast.getDescription() |nl2br }}