Skip to content

Commit b2f17a0

Browse files
committed
Add ins and del to isPhraseMarkup
1 parent f694cb7 commit b2f17a0

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Changes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@ Revision history for Perl extension HTML::Tagset
22

33
NEXT
44

5-
* Release 3.22
5+
* Release 3.21_01
66

77
HTML::Tagset now requires Perl 5.10.1. It might run on earlier
88
Perls but I don't have the infrastructure to test them.
99

10+
Added <ins> and <del> to %isPhraseMarkup (RT #151970)
11+
1012
2008-02-29 Andy Lester
1113

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

lib/HTML/Tagset.pm

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ HTML::Tagset - data tables useful in parsing HTML
88
99
=head1 VERSION
1010
11-
Version 3.20
11+
Version 3.21
1212
1313
=cut
1414

1515
use vars qw( $VERSION );
1616

17-
$VERSION = '3.20';
17+
$VERSION = '3.21_01';
1818

1919
=head1 SYNOPSIS
2020
@@ -180,7 +180,8 @@ This hashset contains all phrasal-level elements.
180180
%isPhraseMarkup = map {; $_ => 1 } qw(
181181
span abbr acronym q sub sup
182182
cite code em kbd samp strong var dfn strike
183-
b i u s tt small big
183+
b i u s tt small big
184+
ins del
184185
a img br
185186
wbr nobr blink
186187
font basefont bdo

0 commit comments

Comments
 (0)