From f727276f820a8ef2c47947f40a37a4a157b509ef Mon Sep 17 00:00:00 2001 From: Yassine Doghri Date: Mon, 17 Apr 2023 11:36:40 +0000 Subject: [PATCH] fix: unnescape podcast title special characters in "find us on" section fixes #323 --- themes/cp_app/podcast/_partials/sidebar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/cp_app/podcast/_partials/sidebar.php b/themes/cp_app/podcast/_partials/sidebar.php index 7a70ba3f..953e14e8 100644 --- a/themes/cp_app/podcast/_partials/sidebar.php +++ b/themes/cp_app/podcast/_partials/sidebar.php @@ -8,7 +8,7 @@ in_array(true, array_column($podcast->socialPlatforms, 'is_visible'), true) ): ?>

esc($podcast->title), + 'podcastTitle' => $podcast->title, ]) ?>

socialPlatforms as $socialPlatform): ?>