Debian lenny version packages
[pkg-perl] / deb-src / libhtml-tagset-perl / libhtml-tagset-perl-3.20 / debian / patches / isbodyelement.patch
1 --- libhtml-tagset-perl.orig/Tagset.pm
2 +++ libhtml-tagset-perl/Tagset.pm
3 @@ -255,7 +255,7 @@
4  %isFormElement  = map {; $_ => 1 }
5   qw(input select option optgroup textarea button label);
6  
7 -=head2 hashset %HTML::Tagset::isBodyMarkup
8 +=head2 hashset %HTML::Tagset::isBodyElement
9  
10  This hashset contains all elements that are to be found only in/under
11  the "body" element of an HTML document.