From f4444d44e3a98760c267e9ad5ae3e695cf242c12 Mon Sep 17 00:00:00 2001 From: NH Gooi Date: Sat, 7 Sep 2024 10:50:40 +0200 Subject: [PATCH] Lettertype en overflow fragment gefixt --- resources/views/partial/podcastdirectitems.blade.php | 4 ++-- resources/views/partial/podcastitems.blade.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/partial/podcastdirectitems.blade.php b/resources/views/partial/podcastdirectitems.blade.php index 85e396ef..358167d9 100644 --- a/resources/views/partial/podcastdirectitems.blade.php +++ b/resources/views/partial/podcastdirectitems.blade.php @@ -22,9 +22,9 @@ {{Formatter::relativeDate($podcast->created)}} -

+

{!!$podcast->content!!} -

+
Luister in nieuw venster diff --git a/resources/views/partial/podcastitems.blade.php b/resources/views/partial/podcastitems.blade.php index a7c45d24..ec2bc884 100644 --- a/resources/views/partial/podcastitems.blade.php +++ b/resources/views/partial/podcastitems.blade.php @@ -43,9 +43,9 @@ $actionButton = array_merge([ @endif @if($body['show']) -

+

{!!$podcast->content!!} -

+
@endif @if(isset($showAction) && $showAction)