Skip to content

Commit

Permalink
changed white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
gergoe committed Nov 21, 2014
1 parent 157547a commit 76a67bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class.phpmailer.php
Expand Up @@ -2910,7 +2910,7 @@ public function msgHTML($message, $basedir = '', $advanced = false)
}
$cid = md5($url) . '@phpmailer.0'; // RFC2392 S 2
if ($this->addStringEmbeddedImage($data, $cid, '', 'base64', $match[1])) {
$message = str_replace($images[0][$imgindex], $images[1][$imgindex] . '="cid:' . $cid . '"', $message);
$message = str_replace($images[0][$imgindex], $images[1][$imgindex] . '="cid:' . $cid . '"', $message);
}
} elseif (!preg_match('#^[A-z]+://#', $url)) {
// Do not change urls for absolute images (thanks to corvuscorax)
Expand Down

0 comments on commit 76a67bc

Please sign in to comment.