Add ARM files
[dh-make-perl] / dev / arm / libhtml-tagset-perl / libhtml-tagset-perl-3.20 / debian / patches / isbodyelement.patch
diff --git a/dev/arm/libhtml-tagset-perl/libhtml-tagset-perl-3.20/debian/patches/isbodyelement.patch b/dev/arm/libhtml-tagset-perl/libhtml-tagset-perl-3.20/debian/patches/isbodyelement.patch
new file mode 100644 (file)
index 0000000..2508111
--- /dev/null
@@ -0,0 +1,11 @@
+--- libhtml-tagset-perl.orig/Tagset.pm
++++ libhtml-tagset-perl/Tagset.pm
+@@ -255,7 +255,7 @@
+ %isFormElement  = map {; $_ => 1 }
+  qw(input select option optgroup textarea button label);
+-=head2 hashset %HTML::Tagset::isBodyMarkup
++=head2 hashset %HTML::Tagset::isBodyElement
+ This hashset contains all elements that are to be found only in/under
+ the "body" element of an HTML document.