cancionero-web/res/song_li.html
Carlos Galindo ae5e6b6cf0 Small fixes
* data format
* replace js link to a tag
* css fixes
* changed link structure to /{number}/{name}/
2020-12-07 18:20:24 +01:00

6 lines
101 B
HTML

<li%s>
<a href="%s">
<span class="numberBadge">%d. </span>
%s%s%s
</a>
</li>