validator/httpd/cgi-bin check,1.608,1.609

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

Modified Files:
	check 
Log Message:
tentative fix for http://www.w3.org/Bugs/Public/show_bug.cgi?id=6296

Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.608
retrieving revision 1.609
diff -u -d -r1.608 -r1.609
--- check	22 Nov 2008 07:02:14 -0000	1.608
+++ check	3 Jan 2009 15:24:33 -0000	1.609
@@ -837,9 +837,9 @@
   my $File = shift;
   my $ua = new W3C::Validator::UserAgent ($CFG, $File);
   my $html5_parser = "";
-  if ($File->{Mode} =~ /XML/) {
-    $html5_parser = "xml";
-  }
+  # if ($File->{Mode} =~ /XML/) {
+  #   $html5_parser = "xml";
+  # }
 
   $File->{ParserName} = "validator.nu";
   $File->{ParserOpts} = "";

Received on Saturday, 3 January 2009 15:24:44 UTC