Skip to content

Commit 2f19316

Browse files
committed
MM-XXXX
Apply patch from Sunnavy related to ignore style tag attributes with the ignore_style_type_attr arg
1 parent 4055902 commit 2f19316

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,3 +249,6 @@
249249

250250
4018 2023-03-04 Kevin Kamel <[email protected]>
251251
* Apply path from Sunnavy related to retaining the order of CSS rules; addresses various unreported bugs
252+
253+
4024 2024-03-13 Kevin Kamel <[email protected]>
254+
* Apply patch from Sunnavy related to ignore style tag attributes with the ignore_style_type_attr arg

lib/CSS/Inliner.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package CSS::Inliner;
22
use strict;
33
use warnings;
44

5-
our $VERSION = '4018';
5+
our $VERSION = '4024';
66

77
use Carp;
88
use Encode;

0 commit comments

Comments
 (0)