mirror of
https://code.castopod.org/adaures/castopod
synced 2025-06-06 18:31:05 +00:00
chore: escape podcasting platform slug when getting icon
This commit is contained in:
parent
342778bac3
commit
47b972b63c
@ -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
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user