diff --git a/dev/Common/Html.js b/dev/Common/Html.js index 58a27321c..53f9c94e7 100644 --- a/dev/Common/Html.js +++ b/dev/Common/Html.js @@ -102,9 +102,11 @@ export const .replace(/(]*>)([\s\S]*?)(<\/pre>)/gi, aMatches => { return (aMatches[1] + aMatches[2].trim() + aMatches[3].trim()).replace(/\r?\n/g, '
'); }) - // \MailSo\Base\HtmlUtils::ClearFastTags - .replace(/]*>/i, '') - .replace(/<\?xml [^>]*\?>/i, '') + .replace(/]*>/gi, '') + .replace(/<\?xml[^>]*\?>/gi, '') + // Not supported by