Skip to content
This repository was archived by the owner on Jan 14, 2019. It is now read-only.

Commit cf0f822

Browse files
author
Damien MARTIN
authored
Merge pull request #24 from kirkerafael/master
2 parents f13cfb3 + 2ca91fe commit cf0f822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageEmbedPlugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ protected function embedImages(Swift_Mime_SimpleMessage $message, Swift_Mime_Sim
8181
}
8282
}
8383

84-
return $dom->saveHTML();
84+
return utf8_decode($dom->saveHTML($dom->documentElement));
8585
}
8686

8787
protected function isUrl(string $path) : bool

0 commit comments

Comments
 (0)