From 50cd60bf5151b7c118ec4d592a374757bdf3158f Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Wed, 21 Dec 2005 15:30:04 +0000 Subject: [PATCH] fix --- helm/matita/scripts/public_html/bench.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/matita/scripts/public_html/bench.php b/helm/matita/scripts/public_html/bench.php index 031984926..bc1510f5d 100644 --- a/helm/matita/scripts/public_html/bench.php +++ b/helm/matita/scripts/public_html/bench.php @@ -53,7 +53,7 @@ function minus1_to_all($s){ } function links_of($name,$q,$limits){ - echo "
  • $name"; + echo "
  • $name "; foreach($limits as $l) { echo "" . minus1_to_all($l) . " "; -- 2.39.2