mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:57 +01:00
Fix mail with a bold digits gets removed from text part
This commit is contained in:
parent
cf7077d536
commit
53b97078ad
@ -320,10 +320,10 @@ class Html
|
||||
12 => '/<blockquote>/',
|
||||
13 => '~</blockquote>~si',
|
||||
14 => '~<blockquote[^>]*>~si',
|
||||
15 => '/<=\s*([1234567890])/',
|
||||
16 => '/>=\s*([1234567890])/',
|
||||
17 => '/<\s*([1234567890])/',
|
||||
18 => '/>\s*([1234567890])/',
|
||||
15 => '/<=\s([1234567890])/',
|
||||
16 => '/>=\s([1234567890])/',
|
||||
17 => '/<\s([1234567890])/',
|
||||
18 => '/>\s([1234567890])/',
|
||||
);
|
||||
$Replace = array (
|
||||
0 => "\r\n",
|
||||
|
Loading…
Reference in New Issue
Block a user