8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34596b commit 91e7199Copy full SHA for 91e7199
src/Symfony/Component/Mime/Email.php
@@ -475,7 +475,7 @@ private function prepareParts(): ?array
475
476
$regexes = [
477
'<img\s+[^>]*src\s*=\s*(?:([\'"])cid:([^"]+)\\1|cid:([^>\s]+))',
478
- '<\w+\s+[^>]*background\s*=\s*(?:([\'"])cid:([^"]+)\\1|cid:([^>\s]+))'
+ '<\w+\s+[^>]*background\s*=\s*(?:([\'"])cid:([^"]+)\\1|cid:([^>\s]+))',
479
];
480
$tmpMatches = [];
481
foreach ($regexes as $regex) {
0 commit comments