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)