- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 01 Nov 2006 02:03:07 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin In directory hutz:/tmp/cvs-serv19197 Modified Files: check Log Message: workaround for bug #798 (apparently in s:p:o 0.99) Index: check =================================================================== RCS file: /sources/public/validator/httpd/cgi-bin/check,v retrieving revision 1.464 retrieving revision 1.465 diff -u -d -r1.464 -r1.465 --- check 12 Oct 2006 04:30:49 -0000 1.464 +++ check 1 Nov 2006 02:03:05 -0000 1.465 @@ -589,6 +589,10 @@ if (&is_xml($File)) { $catalog = File::Spec->catfile($CFG->{Paths}->{SGML}->{Library}, 'xml.soc'); push(@spopt, 'xml'); + # workaround for a bug in s:p:o 0.99 + # see http://www.w3.org/Bugs/Public/show_bug.cgi?id=798#c5 + push(@spopt, 'xml'); + # FIXME when fixed s:p:o gets released } #
Received on Wednesday, 1 November 2006 02:03:32 UTC