]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/scripts/public_html/bench.php
fix
[helm.git] / helm / matita / scripts / public_html / bench.php
index 69a028cd54785cbaf781e734583cc1a1bb5482db..278e4775dd2e90f12cf2329bd6f361cf4fea1cd3 100644 (file)
@@ -59,7 +59,7 @@ function links_of($name,$q,$limits){
   foreach($limits as $l) {
     $q1 = str_replace(urlencode("***"), " LIMIT 0,$l", $q);
     echo "<a href=\"showquery.php?query=$q1;\">" . 
-          minus1_to_all($l) . "</a>&nbsp;&nbsp;&nbsp;";
+          minus1_to_all($l) . "</a>&nbsp;&nbsp;";
   }
   echo "</li>";
 }