- From: Olivier Thereaux <ot@hutz.w3.org>
- Date: Thu, 22 Apr 2004 23:12:04 +0000
- To: www-validator-cvs@w3.org
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