From d7ce6af567fa6a1104dbdfe11fdf4245cb914fab Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 5 Mar 2018 17:31:47 +0100 Subject: [PATCH] Fix mail with a bold digits gets removed from text part --- api/src/Mail/Html.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api/src/Mail/Html.php b/api/src/Mail/Html.php index cf1c502df7..da21cec126 100644 --- a/api/src/Mail/Html.php +++ b/api/src/Mail/Html.php @@ -320,10 +320,10 @@ class Html 12 => '/
/', 13 => '~
~si', 14 => '~]*>~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",