Skip to content
Snippets Groups Projects
Commit d5eb5740 authored by ale's avatar ale
Browse files

remove extra commas

parent 40e2469f
No related branches found
No related tags found
No related merge requests found
......@@ -81,10 +81,10 @@ DJ:Random
</div>
<div id="playlistButtons" class="buttonbox">
<a id="playlistLast5">Last 5</a>,&nbsp;<a id="playlistLast25">(25)</a>
| <a id="playlistRandom5">Random 5</a>,&nbsp;<a id="playlistRandom25">(25)</a>
| <a id="playlistMost5">Most 5</a>,&nbsp;<a id="playlistMost25">(25)</a>
| <a id="playlistNever5">Never 5</a>,&nbsp;<a id="playlistNever25">(25)</a>
<a id="playlistLast5">Last 5</a>&nbsp;<a id="playlistLast25">(25)</a>
| <a id="playlistRandom5">Random 5</a>&nbsp;<a id="playlistRandom25">(25)</a>
| <a id="playlistMost5">Most 5</a>&nbsp;<a id="playlistMost25">(25)</a>
| <a id="playlistNever5">Never 5</a>&nbsp;<a id="playlistNever25">(25)</a>
| <a id="playlistSave">Save as</a><div id="saveForm" style="display:none;" >
<input type="text" name="s" size="15" id="savetext" ><a id="playlistSaveBtn" >Save</a></div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment