- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Mon, 07 Jun 2004 14:27:45 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LogValidator/lib/W3C/LogValidator
In directory hutz:/tmp/cvs-serv2531
Modified Files:
HTMLValidator.pm
Log Message:
adding more extensions likely to be supported by Markup Validator
Index: HTMLValidator.pm
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/lib/W3C/LogValidator/HTMLValidator.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- HTMLValidator.pm 2 Jun 2004 07:52:33 -0000 1.8
+++ HTMLValidator.pm 7 Jun 2004 14:27:43 -0000 1.9
@@ -49,7 +49,7 @@
}
else
{
- $self->{AUTH_EXT} = ".html .xhtml .phtml .htm /";
+ $self->{AUTH_EXT} = ".html .xhtml .phtml .htm .shtml .php .svg .xml /";
}
if (exists $config{verbose}) {$verbose = $config{verbose}}
bless($self, $class);
Received on Monday, 7 June 2004 10:27:45 UTC