X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Fscripts%2Fpublic_html%2Fbench.php;h=de2158a65d3cab29c7a014f60b13c6c75471f817;hb=ea87c450119844cf7fc6047d67e16eab04c83666;hp=158941ddc8b7ec0c05653da20594f0b46fafcd78;hpb=7f9103473bb5d60319e11e6017dfd4057c451952;p=helm.git diff --git a/helm/matita/scripts/public_html/bench.php b/helm/matita/scripts/public_html/bench.php index 158941ddc..de2158a65 100644 --- a/helm/matita/scripts/public_html/bench.php +++ b/helm/matita/scripts/public_html/bench.php @@ -54,7 +54,8 @@ function minus1_to_all($s){ function links_of($name,$q){ echo "
  • $name"; - foreach($limits as $k => $l) { + print_r($limits); + foreach($limits as $l) { echo "" . minus1_to_all($l) . " "; }