- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 04 Jan 2009 10:43:52 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv26840
Modified Files:
check
Log Message:
Whitespace cosmetics, NFC.
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.613
retrieving revision 1.614
diff -u -d -r1.613 -r1.614
--- check 4 Jan 2009 10:41:20 -0000 1.613
+++ check 4 Jan 2009 10:43:50 -0000 1.614
@@ -1470,7 +1470,6 @@
$req->header(Accept_Charset => $File->{Opt}->{'Accept-Charset Header'});
}
-
# If we got a Authorization header, the client is back at it after being
# prompted for a password so we insert the header as is in the request.
if($ENV{HTTP_AUTHORIZATION}){
@@ -1525,7 +1524,7 @@
$File->{Mode} = $mode;
$File->{ContentType} = $ct;
$File->{ContentEnc} = $res->content_encoding;
- $File->{ContentLang} = $res->content_language;
+ $File->{ContentLang} = $res->content_language;
$File->{ContentLoc} = $res->header('Content-Location');
$File->{TransferEnc} = $res->header('Client-Transfer-Encoding');
$File->{Charset}->{HTTP} = lc $charset;
@@ -3069,8 +3068,10 @@
my ($proto, $CFG, $File, @rest) = @_;
my $class = ref($proto) || $proto;
my $self = $class->SUPER::new(@rest);
+
$self->{'W3C::Validator::CFG'} = $CFG;
$self->{'W3C::Validator::File'} = $File;
+
return $self;
}
Received on Sunday, 4 January 2009 10:44:01 UTC