Skip to content
Snippets Groups Projects
Commit c807c98a authored by Regis Houssin's avatar Regis Houssin
Browse files

Fix: problem with inline image with Mac

parent 72f52f6e
No related branches found
No related tags found
No related merge requests found
...@@ -675,6 +675,7 @@ class CMailFile ...@@ -675,6 +675,7 @@ class CMailFile
$strContent = rtrim(wordwrap($strContent)); $strContent = rtrim(wordwrap($strContent));
$out.= $strContent.$this->eol; $out.= $strContent.$this->eol;
$out.= $this->eol;
return $out; return $out;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment