From: Enrico Tassi Date: Thu, 22 Dec 2005 09:59:19 +0000 (+0000) Subject: fix X-Git-Tag: make_still_working~7929 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=05d666696cb424cd6d1337d9a7e6a420dc8f047a;p=helm.git fix --- diff --git a/helm/matita/scripts/public_html/bench.php b/helm/matita/scripts/public_html/bench.php index 366b8dcb0..31596cc64 100644 --- a/helm/matita/scripts/public_html/bench.php +++ b/helm/matita/scripts/public_html/bench.php @@ -57,7 +57,7 @@ function minus1_to_all($s){ function links_of($name,$q,$limits){ echo "
  • $name :   "; if (strpos($q, urlencode("***")) === false) { - echo "all"; + echo "all"; } else { foreach($limits as $l) { $q1 = str_replace(urlencode("***"), " LIMIT 0,$l", $q); diff --git a/helm/matita/scripts/public_html/style.css b/helm/matita/scripts/public_html/style.css new file mode 100644 index 000000000..498db558e --- /dev/null +++ b/helm/matita/scripts/public_html/style.css @@ -0,0 +1,8 @@ +body { + font-family: sans-serif; + font-size: 12pt; +} + +a { + border: blue 1pt; +}