validator/httpd/cgi-bin check,1.683,1.684

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

Modified Files:
	check 
Log Message:
Drop remainders of old outline code.

Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.683
retrieving revision 1.684
diff -u -d -r1.683 -r1.684
--- check	3 Sep 2009 19:10:25 -0000	1.683
+++ check	5 Sep 2009 10:46:02 -0000	1.684
@@ -1288,7 +1288,6 @@
 #  if $File->{Opt}->{'Show Errors'};
 #$template->param('file_raw_errors' => &show_errors($File))
 #  if $template->param('opt_show_raw_errors');
-#  $T->param(file_outline   => &outline($File)) if $T->param('opt_show_outline');
 
 if ($File->{Opt}->{Output} eq 'json') {
   # No JSON escaping in HTML::Template (and "JS" is not the right thing here)

Received on Saturday, 5 September 2009 10:46:15 UTC