Typo
This commit is contained in:
parent
3f0e6d8b29
commit
f1ac7eea3b
|
|
@ -155,7 +155,7 @@ class MailManager
|
|||
'brandCss' => $css
|
||||
] + (array) $data);
|
||||
|
||||
$css += PHP_EOL . $template->layout->content_css;
|
||||
$css .= PHP_EOL . $template->layout->content_css;
|
||||
}
|
||||
|
||||
$html = (new CssToInlineStyles)->convert($html, $css);
|
||||
|
|
|
|||
Loading…
Reference in New Issue