- From: Ville Skytta <ville@hutz.w3.org>
- Date: Sun, 16 May 2004 16:36:59 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv17474
Modified Files:
Tag: validator-0_6_0-branch
check
Log Message:
s/printf/print/ in http_error().
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.305.2.124
retrieving revision 1.305.2.125
diff -u -d -r1.305.2.124 -r1.305.2.125
--- check 16 May 2004 09:01:27 -0000 1.305.2.124
+++ check 16 May 2004 16:36:56 -0000 1.305.2.125
@@ -1281,7 +1281,7 @@
my $code = &ent(shift);
my $message = &ent(shift);
- printf <<"EOF";
+ print <<"EOF";
<p>
I got the following unexpected response when trying to
retrieve <<a href="$uri">$uri</a>>:
Received on Sunday, 16 May 2004 12:38:51 UTC