- From: Bjoern Hoehrmann via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 15 Aug 2005 22:23:59 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin In directory hutz:/tmp/cvs-serv20395 Modified Files: check Log Message: fussy is futile Index: check =================================================================== RCS file: /sources/public/validator/httpd/cgi-bin/check,v retrieving revision 1.435 retrieving revision 1.436 diff -u -d -r1.435 -r1.436 --- check 15 Aug 2005 22:12:43 -0000 1.435 +++ check 15 Aug 2005 22:23:57 -0000 1.436 @@ -323,7 +323,6 @@ $File->{Opt}->{'Verbose'} = $q->param('verbose') ? TRUE : FALSE; $File->{Opt}->{'Debug'} = $q->param('debug') ? TRUE : FALSE; $File->{Opt}->{'No200'} = $q->param('No200') ? TRUE : FALSE; -# $File->{Opt}->{'Fussy'} = $q->param('fussy') ? TRUE : FALSE; $File->{Opt}->{'Charset'} = $q->param('charset') ? lc $q->param('charset'): ''; $File->{Opt}->{'DOCTYPE'} = $q->param('doctype') ? $q->param('doctype') : ''; $File->{Opt}->{'Output'} = $q->param('output') ? $q->param('output') : 'html'; @@ -575,16 +574,8 @@ if (&is_xml($File)) { $catalog = File::Spec->catfile($CFG->{Paths}->{SGML}->{Library}, 'xml.soc'); push(@spopt, '-wxml'); - } else { # Only add these in SGML mode. -# if ($File->{Opt}->{'Fussy'}) { -# push @spopt, '-wmin-tag'; -# push @spopt, '-wfully-tagged'; -# push @spopt, '-wrefc'; -# push @spopt, '-wmissing-att-name'; -# push @spopt, '-wdata-delim'; -# } } - + # # Defaults for SP; turn off fixed charset mode and set encoding to UTF-8. $ENV{SP_CHARSET_FIXED} = 'NO';
Received on Monday, 15 August 2005 22:24:04 UTC