Skip to content

Commit 3e27592

Browse files
committed
Fix POD for isBodyElement
1 parent b2f17a0 commit 3e27592

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ NEXT
99

1010
Added <ins> and <del> to %isPhraseMarkup (RT #151970)
1111

12+
Fixed docs about %isBodyElement calling it %isBodyMarkup
13+
(RT #34913, RT #109024, RT #118356)
14+
1215
2008-02-29 Andy Lester
1316

1417
* Release 3.20 -- Added <div> to the list of p_closure_barriers.

lib/HTML/Tagset.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ a "form" element.
256256
%isFormElement = map {; $_ => 1 }
257257
qw(input select option optgroup textarea button label);
258258

259-
=head2 hashset %HTML::Tagset::isBodyMarkup
259+
=head2 hashset %HTML::Tagset::isBodyElement
260260
261261
This hashset contains all elements that are to be found only in/under
262262
the "body" element of an HTML document.

0 commit comments

Comments
 (0)