From 7f9103473bb5d60319e11e6017dfd4057c451952 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Wed, 21 Dec 2005 15:22:48 +0000 Subject: [PATCH] fix --- helm/matita/scripts/public_html/bench.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 "
  • "; } -- 2.39.2