diff --git a/snappymail/v/0.0.0/app/libraries/MailSo/Base/HtmlUtils.php b/snappymail/v/0.0.0/app/libraries/MailSo/Base/HtmlUtils.php index 69939c438..742782f9d 100644 --- a/snappymail/v/0.0.0/app/libraries/MailSo/Base/HtmlUtils.php +++ b/snappymail/v/0.0.0/app/libraries/MailSo/Base/HtmlUtils.php @@ -31,7 +31,7 @@ abstract class HtmlUtils $sHtml = \str_replace('', '', $sHtml); $sHtml = \str_replace('', '', $sHtml); $sHtml = \str_replace('', '', $sHtml); - +/* if (\function_exists('tidy_repair_string')) { # http://tidy.sourceforge.net/docs/quickref.html $tidyConfig = array( @@ -44,7 +44,7 @@ abstract class HtmlUtils ); $sHtml = \tidy_repair_string($sHtml, $tidyConfig, 'utf8'); } - +*/ $sHtml = \preg_replace(array( '/]*><\/p>/i', '/]*>/i',