validator/httpd/cgi-bin check,1.569,1.570

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

Modified Files:
	check 
Log Message:
giving spopt options twice, working around the usual bug with sgml::parser::opensp 0.99

Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.569
retrieving revision 1.570
diff -u -d -r1.569 -r1.570
--- check	25 Sep 2007 06:43:45 -0000	1.569
+++ check	25 Sep 2007 07:05:28 -0000	1.570
@@ -776,6 +776,8 @@
   else {
     # add warnings for shorttags
     push(@spopt, 'min-tag');
+    # twice, ditto above re: s:p:o bug in 0.99
+    push(@spopt, 'min-tag');
   }
 
 

Received on Tuesday, 25 September 2007 07:05:43 UTC