MDL-65752 lib: Update html2text to 4.2.1
This commit is contained in:
@@ -112,6 +112,7 @@ class Html2Text
|
||||
'/—/i', // m-dash in win-1252
|
||||
'/&(amp|#38);/i', // Ampersand: see converter()
|
||||
'/[ ]{2,}/', // Runs of spaces, post-handling
|
||||
'/'/i', // The apostrophe symbol
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -125,6 +126,7 @@ class Html2Text
|
||||
'—', // m-dash
|
||||
'|+|amp|+|', // Ampersand: see converter()
|
||||
' ', // Runs of spaces, post-handling
|
||||
'\'', // Apostrophe
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
@@ -172,7 +172,7 @@
|
||||
<location>html2text</location>
|
||||
<name>HTML2Text</name>
|
||||
<license>GPL</license>
|
||||
<version>4.1.0</version>
|
||||
<version>4.2.1</version>
|
||||
<licenseversion>2.0+</licenseversion>
|
||||
</library>
|
||||
<library>
|
||||
|
||||
Reference in New Issue
Block a user