Index: trunk/admin/xcache.php
===================================================================
--- trunk/admin/xcache.php	(revision 902)
+++ trunk/admin/xcache.php	(revision 933)
@@ -190,5 +190,5 @@
 		$html[] = sprintf('<a href="?%s=%s"%s>%s</a>', $name, $k, $k == $n ? ' class="active"' : '', $v);
 	}
-	return implode(' ', $html);
+	return implode('', $html);
 }
 
