mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-19 13:01:19 +00:00
fix: unnescape podcast title special characters in "find us on" section
fixes #323
This commit is contained in:
parent
ebb9be985a
commit
f727276f82
@ -8,7 +8,7 @@
|
||||
in_array(true, array_column($podcast->socialPlatforms, 'is_visible'), true)
|
||||
): ?>
|
||||
<h2 class="text-sm font-bold font-display text-accent-muted"> <?= lang('Podcast.find_on', [
|
||||
'podcastTitle' => esc($podcast->title),
|
||||
'podcastTitle' => $podcast->title,
|
||||
]) ?></h2>
|
||||
<div class="grid items-center justify-center grid-cols-6 gap-3 mb-6">
|
||||
<?php foreach ($podcast->socialPlatforms as $socialPlatform): ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user