Index: trunk/kernel/include/emailmessage.php =================================================================== diff -u -r217 -r219 --- trunk/kernel/include/emailmessage.php (.../emailmessage.php) (revision 217) +++ trunk/kernel/include/emailmessage.php (.../emailmessage.php) (revision 219) @@ -813,7 +813,7 @@ //Messages start with text/html alternatives in OB $headers.="Content-Type: multipart/mixed;\n\tboundary=\"".$OB."\"\n\n"; $msg ="This is a multi-part message in MIME format.\r\n"; - $msg.="\r\n--".$OB."\r\n"; + $msg.="--".$OB."\r\n"; $msg.="Content-Type: multipart/alternative; boundary=\"".$boundary."\"\r\n\r\n"; } else