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 9f71bed commit 795b6b8Copy full SHA for 795b6b8
app/code/Magento/Email/Test/Unit/Model/Template/FilterTest.php
@@ -359,7 +359,7 @@ public function applyInlineCssDataProvider()
359
'<html><head><style type="text/css">div { color: #111; }</style></head><p></p></html>',
360
'p { color: #000 }',
361
[
362
- '<head><style type="text/css">div { color: #111; }</style></head>',
+ '<style type="text/css">div { color: #111; }</style>',
363
'<p style="color: #000;"></p>',
364
],
365
0 commit comments