Skip to content

Commit

Permalink
Static versioning and styles minification break email fonts styles #8241
Browse files Browse the repository at this point in the history


 - fix unit test
  • Loading branch information
xmav committed Aug 23, 2017
1 parent 9f71bed commit 795b6b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ public function applyInlineCssDataProvider()
'<html><head><style type="text/css">div { color: #111; }</style></head><p></p></html>',
'p { color: #000 }',
[
'<head><style type="text/css">div { color: #111; }</style></head>',
'<style type="text/css">div { color: #111; }</style>',
'<p style="color: #000;"></p>',
],
],
Expand Down

0 comments on commit 795b6b8

Please sign in to comment.