Improve plainToHtml function

Small code fixes
This commit is contained in:
RainLoop Team 2016-06-22 23:02:17 +03:00
parent 9fabd29ced
commit d8903c0680
2 changed files with 24 additions and 79 deletions

View file

@ -1354,7 +1354,8 @@ class HtmlUtils
$sText = \MailSo\Base\LinkFinder::NewInstance()
->Text($sText)
->UseDefaultWrappers($bLinksWithTargetBlank)
->CompileText();
->CompileText()
;
$sText = \str_replace("\r", '', $sText);