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

Commit 2ca91fe

Browse files
authored
return utf8_decode($dom->saveHTML($dom->documentElement));
1 parent f13cfb3 commit 2ca91fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageEmbedPlugin.php

Lines changed: 1 addition & 1 deletion
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)