Skip to content
Snippets Groups Projects
Unverified Commit 1f9de0f2 authored by Peter Rotich's avatar Peter Rotich Committed by GitHub
Browse files

Merge pull request #4206 from JediKev/issue/outlook-mailendcompose

issue: Outlook _MailEndCompose
parents 23a9c98b fad881ed
No related branches found
No related tags found
No related merge requests found
......@@ -306,8 +306,9 @@ class Format {
':<!DOCTYPE[^>]+>:', # <!DOCTYPE ... >
':<\?[^>]+>:', # <?xml version="1.0" ... >
':<html[^>]+:i', # drop html attributes
':<(a|span) (name|style)="(mso-bookmark\:)?_MailEndCompose">(.+)?<\/(a|span)>:', # Drop _MailEndCompose
),
array('', '', '', '', '<html'),
array('', '', '', '', '<html', '$4'),
$html);
// HtmLawed specific config only
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment