From b87b7bfa753e012fa4fb10f7608517aec52c9926 Mon Sep 17 00:00:00 2001 From: NH Gooi Date: Mon, 6 May 2024 16:26:47 +0200 Subject: [PATCH] Podcasts HTML entities --- api/resources/views/rss/podcasts.blade.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/api/resources/views/rss/podcasts.blade.php b/api/resources/views/rss/podcasts.blade.php index 364bb81..3559949 100644 --- a/api/resources/views/rss/podcasts.blade.php +++ b/api/resources/views/rss/podcasts.blade.php @@ -8,7 +8,7 @@ {{isset($program) ? $program->name : "NH Gooi Gemist"}} - {{isset($program) ? $program->description : "Fragmenten en interviews eerder te horen op NH Gooi Radio"}} + description) : "Fragmenten en interviews eerder te horen op NH Gooi Radio" !!}]]> https://nhgooi.nl{{isset($program) ? $program->url : ""}} nl-nl @@ -36,21 +36,21 @@ https://nhgooi.nl/podcast-{{$podcast->id}} {{html_entity_decode($podcast->title)}} - {{html_entity_decode($podcast->content)}} + content) !!}]]> https://nhgooi.nl/gemist/fragment/{{$podcast->url}} {{$podcast->created->format('r')}} {{$podcast->title}} NH Gooi Radio - {{$podcast->content}} + content) !!}]]> {{$podcast->formatDuration()}} no - @if($podcast->image) + @if($podcast->image) - @elseif($podcast->program && $podcast->program->image) + @elseif($podcast->program && $podcast->program->image) - @endif + @endif @endforeach