escape api input

This commit is contained in:
Cory Dransfeldt 2023-03-14 16:01:09 -07:00
parent 3ccf5498d4
commit c08c8591ec
No known key found for this signature in database

View file

@ -52,7 +52,7 @@ layout: main
onerror="this.onerror=null; this.src='/assets/img/media/404.jpg'"
width="350"
height="350"
class="rounded-lg" alt={{artist.name}}
class="rounded-lg" alt={{artist.name | escape}}}}
loading="lazy"
/>
</div>
@ -85,7 +85,7 @@ layout: main
width="350"
height="350"
class="rounded-lg"
alt={{album.name}}
alt={{album.name | escape}}}}
loading="lazy"
/>
</div>