diff --git a/application/utils.inc.php b/application/utils.inc.php index 887df1ab2..2665b5f37 100644 --- a/application/utils.inc.php +++ b/application/utils.inc.php @@ -2068,7 +2068,7 @@ SQL; { try { //return ''.$sHtml; - return Html2Text::convert(''.$sHtml); + return Html2Text::convert(''.$sHtml, ['ignore_errors' => true]); } catch (Exception $e) { return $e->getMessage();