escape api input
This commit is contained in:
parent
3ccf5498d4
commit
c08c8591ec
1 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ layout: main
|
||||||
onerror="this.onerror=null; this.src='/assets/img/media/404.jpg'"
|
onerror="this.onerror=null; this.src='/assets/img/media/404.jpg'"
|
||||||
width="350"
|
width="350"
|
||||||
height="350"
|
height="350"
|
||||||
class="rounded-lg" alt={{artist.name}}
|
class="rounded-lg" alt={{artist.name | escape}}}}
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
@ -85,7 +85,7 @@ layout: main
|
||||||
width="350"
|
width="350"
|
||||||
height="350"
|
height="350"
|
||||||
class="rounded-lg"
|
class="rounded-lg"
|
||||||
alt={{album.name}}
|
alt={{album.name | escape}}}}
|
||||||
loading="lazy"
|
loading="lazy"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue