File tree Expand file tree Collapse file tree 3 files changed +130
-125
lines changed
app/code/Magento/Email/Test/Unit/Model/Template Expand file tree Collapse file tree 3 files changed +130
-125
lines changed Original file line number Diff line number Diff line change @@ -359,7 +359,7 @@ public function applyInlineCssDataProvider()
359
359
'<html><head><style type="text/css">div { color: #111; }</style></head><p></p></html> ' ,
360
360
'p { color: #000 } ' ,
361
361
[
362
- '<head>< style type="text/css">div { color: #111; }</style></head > ' ,
362
+ '<style type="text/css">div { color: #111; }</style> ' ,
363
363
'<p style="color: #000;"></p> ' ,
364
364
],
365
365
],
Original file line number Diff line number Diff line change 43
43
"composer/composer" : " 1.4.1" ,
44
44
"monolog/monolog" : " ^1.17" ,
45
45
"oyejorge/less.php" : " ~1.7.0" ,
46
- "pelago/emogrifier" : " 0.1.1 " ,
46
+ "pelago/emogrifier" : " 1.2.0 " ,
47
47
"tubalmartin/cssmin" : " 4.1.0" ,
48
48
"magento/magento-composer-installer" : " >=0.1.11" ,
49
49
"braintree/braintree_php" : " 3.22.0" ,
You can’t perform that action at this time.
0 commit comments