- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 30 Jun 2009 15:20:54 +0000
- To: www-validator-cvs@w3.org
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