From: Enrico Tassi Date: Wed, 21 Dec 2005 15:22:48 +0000 (+0000) Subject: fix X-Git-Tag: make_still_working~7965 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=7f9103473bb5d60319e11e6017dfd4057c451952;p=helm.git fix --- diff --git a/helm/matita/scripts/public_html/bench.php b/helm/matita/scripts/public_html/bench.php index bdc238ca5..158941ddc 100644 --- a/helm/matita/scripts/public_html/bench.php +++ b/helm/matita/scripts/public_html/bench.php @@ -54,8 +54,9 @@ function minus1_to_all($s){ function links_of($name,$q){ echo "
  • $name"; - foreach($limits as $l) { - echo "$l "; + foreach($limits as $k => $l) { + echo "" . + minus1_to_all($l) . " "; } echo "
  • "; }