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
1 changed files with 1 additions and 1 deletions

View File

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