- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 21 Sep 2005 08:49:06 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin
In directory hutz:/tmp/cvs-serv24893
Modified Files:
Tag: validator-0_7-branch
check
Log Message:
removing dup
Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.432.2.3
retrieving revision 1.432.2.4
diff -u -d -r1.432.2.3 -r1.432.2.4
--- check 21 Sep 2005 08:47:26 -0000 1.432.2.3
+++ check 21 Sep 2005 08:49:03 -0000 1.432.2.4
@@ -1103,7 +1103,6 @@
$File->{Bytes} = $q->param('fragment');
$File->{Mode} = MODE_TBD;
- $File->{Charset}->{HTTP} = "utf-8";
$File->{Modified} = '';
$File->{Server} = '';
$File->{Size} = '';
Received on Wednesday, 21 September 2005 08:49:22 UTC