Skip to content
Snippets Groups Projects
Commit 47b972b6 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

chore: escape podcasting platform slug when getting icon

parent 342778ba
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ ...@@ -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
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment