mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Improve plainToHtml function
Small code fixes
This commit is contained in:
parent
9fabd29ced
commit
d8903c0680
2 changed files with 24 additions and 79 deletions
|
|
@ -1354,7 +1354,8 @@ class HtmlUtils
|
|||
$sText = \MailSo\Base\LinkFinder::NewInstance()
|
||||
->Text($sText)
|
||||
->UseDefaultWrappers($bLinksWithTargetBlank)
|
||||
->CompileText();
|
||||
->CompileText()
|
||||
;
|
||||
|
||||
$sText = \str_replace("\r", '', $sText);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue