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
Branches
Tags
No related merge requests found
......@@ -675,6 +675,7 @@ class CMailFile
$strContent = rtrim(wordwrap($strContent));
$out.= $strContent.$this->eol;
$out.= $this->eol;
return $out;
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment