validator/httpd/cgi-bin check,1.305.2.88,1.305.2.89

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

Modified Files:
      Tag: validator-0_6_0-branch
	check 
Log Message:
unescaped javascript code causing invalid markup output - doh

Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.305.2.88
retrieving revision 1.305.2.89
diff -u -d -r1.305.2.88 -r1.305.2.89
--- check	17 Apr 2004 10:05:41 -0000	1.305.2.88
+++ check	22 Apr 2004 23:12:01 -0000	1.305.2.89
@@ -1907,6 +1907,7 @@
   if ($File->{Opt}->{Verbose}) {
     print <<'.EOF.';
    <script type="text/javascript">
+<!--
 d=document
 w=window
 msgs=new Array()
@@ -1934,6 +1935,7 @@
   if (w && w.setTimeout) setTimeout('upto('+i+')',500)
  }
 }
+ -->
    </script>
 .EOF.
   }

Received on Thursday, 22 April 2004 19:13:45 UTC