Skip to content

Commit 9648c29

Browse files
author
Robin
committed
Idem
1 parent 8d39724 commit 9648c29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LinksImprover.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ class LinksImprover
2424

2525
protected $tagsInsideLinkCouldBeAdded = [
2626
'p', 'p ', 'span', 'span ', 'b', 'b ',
27-
'strong', 'strong ', 'em', 'em ', 'i', 'i ', 'li',
27+
'strong', 'strong ', 'em', 'em ', 'i', 'i ', 'li', 'li '
2828
];
2929
const TAGS_EXTENDED = [
3030
'p', 'p ', 'span', 'span ', 'b', 'b ',
31-
'strong', 'strong ', 'em', 'em ', 'i', 'i ', 'li',
31+
'strong', 'strong ', 'em', 'em ', 'i', 'i ', 'li', 'li '
3232
'h2', 'h2 ', 'h3', 'h3 ', 'h4', 'h4 ', 'h5', 'h5 ',
3333
'div', 'div ',
3434
];

0 commit comments

Comments
 (0)