From: Enrico Tassi Date: Wed, 21 Dec 2005 15:34:23 +0000 (+0000) Subject: fix X-Git-Tag: make_still_working~7956 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=2d1831e42b3da368ab6b5e18dbf224407efc9306;p=helm.git fix --- diff --git a/helm/matita/scripts/public_html/bench.php b/helm/matita/scripts/public_html/bench.php index e927ea04e..05ccfd48d 100644 --- a/helm/matita/scripts/public_html/bench.php +++ b/helm/matita/scripts/public_html/bench.php @@ -55,7 +55,7 @@ function minus1_to_all($s){ function links_of($name,$q,$limits){ echo "
  • $name "; foreach($limits as $l) { - $q1 = str_replace(urlencode("###"), "LIMIT 0,$l;" . urlencode("###"), $q); + $q1 = str_replace(urlencode("###"), " LIMIT 0,$l;" . urlencode("###"), $q); echo "" . minus1_to_all($l) . " "; }