From: Enrico Tassi Date: Wed, 21 Dec 2005 16:10:30 +0000 (+0000) Subject: fix X-Git-Tag: make_still_working~7937 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=4b07c19a0976a0928faf199c96cdf3edbfdaf0c6;p=helm.git fix --- diff --git a/helm/matita/scripts/public_html/bench.php b/helm/matita/scripts/public_html/bench.php index 69a028cd5..278e4775d 100644 --- a/helm/matita/scripts/public_html/bench.php +++ b/helm/matita/scripts/public_html/bench.php @@ -59,7 +59,7 @@ function links_of($name,$q,$limits){ foreach($limits as $l) { $q1 = str_replace(urlencode("***"), " LIMIT 0,$l", $q); echo "" . - minus1_to_all($l) . "   "; + minus1_to_all($l) . "  "; } echo ""; }