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 --- sanitycheck.cgi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sanitycheck.cgi') diff --git a/sanitycheck.cgi b/sanitycheck.cgi index 4172e6b34..706d7dff5 100755 --- a/sanitycheck.cgi +++ b/sanitycheck.cgi @@ -55,17 +55,17 @@ my $offervotecacherebuild = 0; sub Status { my ($str) = (@_); - print "$str

\n"; + print "$str

\n"; } sub Alert { my ($str) = (@_); - Status("$str"); + Status("$str"); } sub BugLink { my ($id) = (@_); - return "$id"; + return "$id"; } sub AlertBadVoteCache { @@ -142,7 +142,7 @@ if (exists $::FORM{'rebuildvotecache'}) { Status("Vote cache has been rebuilt."); } -print "OK, now running sanity checks.

\n"; +print "OK, now running sanity checks.

\n"; # This one goes first, because if this is wrong, then the below tests # will probably fail too -- cgit v1.2.3-24-g4f1b