validator/httpd/cgi-bin check,1.670,1.671

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

Modified Files:
	check 
Log Message:
Drop characters() from outline event handler, S::P::O does not call or document it.

Index: check
===================================================================
RCS file: /sources/public/validator/httpd/cgi-bin/check,v
retrieving revision 1.670
retrieving revision 1.671
diff -u -d -r1.670 -r1.671
--- check	30 Jun 2009 15:17:57 -0000	1.670
+++ check	30 Jun 2009 15:20:52 -0000	1.671
@@ -3306,16 +3306,6 @@
   bless $self, $class;
 }
 
-sub characters
-{
-  my ($self, $chars) = @_;
-  if ($self->{am_in_heading} == 1) {
-    my $data = $chars->{Data};
-    $data =~  s/[\r|\n]/ /g;
-    $self->{_file}->{heading_outline} .= $data;
-  }
-}
-
 sub data
 {
   my ($self, $chars) = @_;

Received on Tuesday, 30 June 2009 15:21:03 UTC