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
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user