From f16a8d264a5ae1d92c4920f419aa1132e89eeac6 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sun, 25 Sep 2011 18:38:43 +0100
Subject: [PATCH] removed extra commas

---
 server/djrandom/frontend/templates/index.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/server/djrandom/frontend/templates/index.html b/server/djrandom/frontend/templates/index.html
index 711f6a9..80f4b6e 100644
--- a/server/djrandom/frontend/templates/index.html
+++ b/server/djrandom/frontend/templates/index.html
@@ -104,10 +104,10 @@ DJ:Random
   </form>
 
   <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>     
   </div>
   <div id="playlistDiv">
   </div>
-- 
GitLab