Add rule for operator spacing
[MAILPOET-2090]
This commit is contained in:
@ -103,7 +103,7 @@ class Text {
|
||||
if (!preg_match('/text-align/i', $style)) {
|
||||
$style = 'text-align: left;' . $style;
|
||||
}
|
||||
$contents = str_replace('&', '&', $paragraph->html());
|
||||
$contents = str_replace('&', '&', $paragraph->html());
|
||||
$paragraph->setTag('table');
|
||||
$paragraph->style = 'border-spacing:0;mso-table-lspace:0;mso-table-rspace:0;';
|
||||
$paragraph->width = '100%';
|
||||
|
Reference in New Issue
Block a user