From: Enrico Tassi Date: Wed, 21 Dec 2005 16:03:08 +0000 (+0000) Subject: fix X-Git-Tag: make_still_working~7938 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=76c0da66fdffa0a906e664279682d0e9596f1903;p=helm.git fix --- diff --git a/helm/matita/scripts/public_html/bench.php b/helm/matita/scripts/public_html/bench.php index 3642a1dc0..69a028cd5 100644 --- a/helm/matita/scripts/public_html/bench.php +++ b/helm/matita/scripts/public_html/bench.php @@ -55,11 +55,11 @@ function minus1_to_all($s){ } function links_of($name,$q,$limits){ - echo "
  • $name "; + echo "
  • $name    "; foreach($limits as $l) { $q1 = str_replace(urlencode("***"), " LIMIT 0,$l", $q); echo "" . - minus1_to_all($l) . " "; + minus1_to_all($l) . "   "; } echo "
  • "; }