This commit is contained in:
Samuel Georges 2017-07-25 17:46:21 +10:00
parent 3f0e6d8b29
commit f1ac7eea3b
1 changed files with 1 additions and 1 deletions

View File

@ -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);