diff --git a/include/class.format.php b/include/class.format.php index 1dbab59b58bab1aee7e29cb5463d86b496ec0ee6..bf0ae3e56cdde0125845d71b7c36016de1ef2b58 100644 --- a/include/class.format.php +++ b/include/class.format.php @@ -181,7 +181,7 @@ class Format { $html); $config = array( 'safe' => 1, //Exclude applet, embed, iframe, object and script tags. - 'balance' => 1, //balance and close unclosed tags. + 'balance' => 0, // No balance — corrupts poorly formatted Outlook html 'comment' => 1, //Remove html comments (OUTLOOK LOVE THEM) 'tidy' => -1, 'deny_attribute' => 'id',