2002/css-validator/autotest/client checktests.js,1.2,1.3

Update of /sources/public/2002/css-validator/autotest/client
In directory hutz:/tmp/cvs-serv7358

Modified Files:
	checktests.js 
Log Message:
typ


Index: checktests.js
===================================================================
RCS file: /sources/public/2002/css-validator/autotest/client/checktests.js,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- checktests.js	3 Mar 2009 21:36:54 -0000	1.2
+++ checktests.js	3 Mar 2009 21:41:08 -0000	1.3
@@ -87,7 +87,7 @@
 		}
 	    } else {
 		var allTds = allTests[i].getElementsByTagName("td")
-		for (var j=0; j< allTest.length; j++) {
+		for (var j=0; j< allTds.length; j++) {
 		    if (allTds[i].hasAttribute("class")) {
 			allTds[i].removeAttribute("class");
 		    }

Received on Tuesday, 3 March 2009 21:41:19 UTC