- From: Olivier Thereaux <ot@hutz.w3.org>
- Date: Fri, 30 Apr 2004 09:01:01 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/httpd/cgi-bin In directory hutz:/tmp/cvs-serv2509 Modified Files: Tag: validator-0_6_0-branch check Log Message: fixing the call to the javascript to follow the XHTML compatibility guidelines - Thanks David Index: check =================================================================== RCS file: /sources/public/validator/httpd/cgi-bin/check,v retrieving revision 1.305.2.91 retrieving revision 1.305.2.92 diff -u -d -r1.305.2.91 -r1.305.2.92 --- check 27 Apr 2004 19:36:00 -0000 1.305.2.91 +++ check 30 Apr 2004 09:00:57 -0000 1.305.2.92 @@ -1905,7 +1905,7 @@ # Add in Jim Ley's JavaScript to show the explanations for every error # message without having to actually download msg.size() * num err. if ($File->{Opt}->{Verbose}) { - print '<script type="text/javascript" src="loadexplanation.js" />'; + print '<script type="text/javascript" src="loadexplanation.js"></script>'; } print " </div><!-- End of #result -->\n\n"; }
Received on Friday, 30 April 2004 05:01:31 UTC