From d5f30d8dfda359d6761d164d3c650adf1716213b Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Fri, 28 Jun 2002 07:18:02 +0000 Subject: Bug 148488 - more HTML validation fixes r=jouni, gerv --- checksetup.pl | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 0f9e2328f..738f99386 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -806,14 +806,14 @@ if ($my_index_html) { open HTML, ">index.html"; print HTML <<'END'; - - - - - -

I think you are looking for index.cgi

- - + + + + + +

I think you are looking for index.cgi

+ + END close HTML; } -- cgit v1.2.3-24-g4f1b