validator/httpd/cgi-bin check,1.335,1.336

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

Modified Files:
	check 
Log Message:
Fix Parse Tree again (was basically commented out for some reason, duh!).
This closes Bug #865.


Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.335
retrieving revision 1.336
diff -u -d -r1.335 -r1.336
--- check	4 Sep 2004 22:27:43 -0000	1.335
+++ check	4 Sep 2004 22:36:29 -0000	1.336
@@ -1814,7 +1814,6 @@
 #
 # Create a HTML Parse Tree of the document for validation report.
 sub parsetree {
-  return;
   my $File = shift;
   my $tree = '';
 

Received on Saturday, 4 September 2004 22:36:32 UTC