We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a8e6a5 + c800ada commit d7f1f24Copy full SHA for d7f1f24
1 file changed
Classes/Service/AbstractMailerService.php
@@ -93,7 +93,7 @@ public function createStandaloneView($templatePath) {
93
* @return string
94
*/
95
protected function attachHtmlInlineImages($html) {
96
- return preg_replace_callback('#(<img [^>]*[ ]?src=")([^"]+)("[^>]*/>)#', array($this, 'attachHtmlInlineImage'), $html);
+ return preg_replace_callback('#(<img [^>]*[ ]?src=")([^"]+)("[^>]*>)#', array($this, 'attachHtmlInlineImage'), $html);
97
}
98
99
/**
0 commit comments