From f7555abed7afa7f9551d9687779beed71c0c8634 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Tue, 19 Jul 2022 20:55:54 +0200 Subject: [PATCH] Probably solution for #462 ? --- snappymail/v/0.0.0/app/libraries/MailSo/Base/HtmlUtils.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',