For note.svg the missing alt and title attrs were added.
This commit is contained in:
parent
3a9f39f7a8
commit
41aea2112a
@ -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 }
|
||||||
|
Loading…
Reference in New Issue
Block a user