- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Wed, 09 Jun 2004 01:43:14 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/perl/modules/W3C/LogValidator/lib/W3C/LogValidator
In directory hutz:/tmp/cvs-serv4891/lib/W3C/LogValidator
Modified Files:
CSSValidator.pm
Log Message:
changing default supported extension for the CSSVal module to be only CSS files.
Can still be tuned to accept HTML, SVG etc as well.
Index: CSSValidator.pm
===================================================================
RCS file: /sources/public/perl/modules/W3C/LogValidator/lib/W3C/LogValidator/CSSValidator.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- CSSValidator.pm 8 Jun 2004 06:36:04 -0000 1.3
+++ CSSValidator.pm 9 Jun 2004 01:43:11 -0000 1.4
@@ -43,7 +43,7 @@
}
else
{
- $self->{AUTH_EXT} = ".html .xhtml .phtml .htm .css .svg /";
+ $self->{AUTH_EXT} = ".css";
}
bless($self, $class);
return $self;
Received on Tuesday, 8 June 2004 21:43:14 UTC