validator/httpd/cgi-bin check,1.352,1.353

Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv22974

Modified Files:
	check 
Log Message:
closing tag, *sigh*

Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.352
retrieving revision 1.353
diff -u -d -r1.352 -r1.353
--- check	12 Nov 2004 07:43:02 -0000	1.352
+++ check	12 Nov 2004 07:44:30 -0000	1.353
@@ -1154,7 +1154,7 @@
   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, or ask your hosting company to do so.'
+    $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.'
   }
   return <<"EOF";
   <p>

Received on Friday, 12 November 2004 07:44:32 UTC