Index: mania_tracklist.php
===================================================================
--- mania_tracklist.php	(revision 303)
+++ mania_tracklist.php	(revision 304)
@@ -18,9 +18,11 @@
 
 $url="http://maniadrive.cqfd-corp.org/score/list.php";
 $file=http_download($url);
+
 $file=explode("\n", $file);
 
 foreach($file as $t)
+    if($t!="")
     {
     $list.=$nl.trim($t);
     $nl="\n";