chore: escape podcasting platform slug when getting icon

This commit is contained in:
Yassine Doghri 2022-03-22 11:01:18 +00:00
parent 342778bac3
commit 47b972b63c

View File

@ -43,7 +43,7 @@
<?= anchor( <?= anchor(
esc($podcastingPlatform->link_url), esc($podcastingPlatform->link_url),
icon( icon(
$podcastingPlatform->slug, esc($podcastingPlatform->slug),
'', '',
$podcastingPlatform->type $podcastingPlatform->type
), ),