Index: playlist.php
===================================================================
--- playlist.php	(revision 655)
+++ playlist.php	(revision 656)
@@ -10,7 +10,7 @@
 unset($tbl);
 while (($file = readdir($dir)) != false)
     if(substr($file,-4) == ".ogg")
-	$tbl[]=$file;
+        $tbl[]=$file;
 
 
 $raydium_ogg_file="music/".$tbl[rand(0,count($tbl)-1)];