1
0

For note.svg the missing alt and title attrs were added.

This commit is contained in:
Alexander Andreev 2024-06-25 03:02:37 +04:00
parent 3a9f39f7a8
commit 41aea2112a
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34

View File

@ -81,7 +81,7 @@ templ Index(curSong *radio.Song, sl []radio.Song, slLen int64, lstnrs *radio.Lis
</span> </span>
</p> </p>
<p> <p>
<img src="/assets/img/note.svg" /> <img src="/assets/img/note.svg" alt="Song" title="Song" />
<span id="radio-song"> <span id="radio-song">
if curSong != nil && curSong.Artist != "" { if curSong != nil && curSong.Artist != "" {
{ curSong.Artist } - { curSong.Title } { curSong.Artist } - { curSong.Title }