From 5c8a55ac5e7d9c4ce1131188d6039f6a407b38d6 Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Wed, 21 Dec 2005 15:34:07 +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 e12cb0657..e927ea04e 100644 --- a/helm/matita/scripts/public_html/bench.php +++ b/helm/matita/scripts/public_html/bench.php @@ -55,7 +55,7 @@ function minus1_to_all($s){ function links_of($name,$q,$limits){ echo "
  • $name "; foreach($limits as $l) { - $q1 = str_replace("###", "LIMIT 0,$l;###", $q); + $q1 = str_replace(urlencode("###"), "LIMIT 0,$l;" . urlencode("###"), $q); echo "" . minus1_to_all($l) . " "; } -- 2.39.2