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
......@@ -674,7 +674,8 @@ class CMailFile
//$strContent = rtrim(chunk_split($strContent)); // Function chunck_split seems bugged
$strContent = rtrim(wordwrap($strContent));
$out.=$strContent.$this->eol;
$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.
Finish editing this message first!
Please register or to comment