- From: Ville Skytta <ville@dev.w3.org>
- Date: Fri, 12 Nov 2004 18:04:42 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv13129
Modified Files:
check
Log Message:
Whitespace.
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.353
retrieving revision 1.354
diff -u -d -r1.353 -r1.354
--- check 12 Nov 2004 07:44:30 -0000 1.353
+++ check 12 Nov 2004 18:04:40 -0000 1.354
@@ -1153,8 +1153,8 @@
my $message = &ent(shift);
my $suggestion = 'Please make sure you have entered the URL correctly.';
if ($code eq "500")
- {
- $suggestion = $suggestion.'If you made recent changes to your domain name (DNS) configuration, you may also want to <a href="http://www.squish.net/dnscheck/">check that your domain records are correct</a>, or ask your hosting company to do so.'
+ {
+ $suggestion .= ' If you made recent changes to your domain name (DNS) configuration, you may also want to <a href="http://www.squish.net/dnscheck/">check that your domain records are correct</a>, or ask your hosting company to do so.'
}
return <<"EOF";
<p>
Received on Friday, 12 November 2004 18:04:43 UTC