We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 426bf96 commit aaaadf0Copy full SHA for aaaadf0
src/Symfony/Bridge/Twig/Mime/BodyRenderer.php
@@ -74,6 +74,6 @@ private function convertHtmlToText(string $html): string
74
return $this->converter->convert($html);
75
}
76
77
- return strip_tags(preg_replace('{<(head|style)\b.*?</\1>}i', '', $html));
+ return strip_tags(preg_replace('{<(head|style)\b.*?</\1>}is', '', $html));
78
79
0 commit comments