]> 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 0319849267f465abad4718ea2a6cd9522e9ab90b..bc1510f5d80a9db3a04d7e894238d8b92934f136 100644 (file)
@@ -53,7 +53,7 @@ function minus1_to_all($s){
 }
 
 function links_of($name,$q,$limits){
-  echo "<li>$name";
+  echo "<li>$name&nbsp;";
   foreach($limits as $l) {
     echo "<a href=\"showquery.php?query=$q LIMIT 0,$l; \">" . 
           minus1_to_all($l) . "</a>&nbsp;";