Add rule for concatenation operator spacing
[MAILPOET-2090]
This commit is contained in:
@@ -30,7 +30,7 @@ class Header {
|
||||
'bgcolor="' . $background_color . '"' :
|
||||
false;
|
||||
if (!$background_color) unset($element['styles']['block']['backgroundColor']);
|
||||
$style = 'line-height: ' . $line_height . ';' . StylesHelper::getBlockStyles($element) . StylesHelper::getStyles($element['styles'], 'text');
|
||||
$style = 'line-height: ' . $line_height . ';' . StylesHelper::getBlockStyles($element) . StylesHelper::getStyles($element['styles'], 'text');
|
||||
$style = EHelper::escapeHtmlStyleAttr($style);
|
||||
$template = '
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user