Skip to content

Commit

Permalink
Fix text2Html conversion loosing fixed formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 19, 2020
1 parent 04de0ef commit 87738b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Horde/ActiveSync/Imap/MessageBodyData.php
Expand Up @@ -523,7 +523,7 @@ protected function _plain2Html($plain_text, $charset)
'Text2html',
array(
'charset' => $charset,
'parselevel' => Horde_Text_Filter_Text2html::NOHTML
'parselevel' => Horde_Text_Filter_Text2html::MICRO
)
);

Expand Down

0 comments on commit 87738b3

Please sign in to comment.