@@ -32,7 +32,7 @@ |
||
32 | 32 | } |
33 | 33 | |
34 | 34 | if ($block->align) { |
35 | - $attrs['style'] = (isset($attrs['style']) ? $attrs['style'] . ' ' : '') . 'text-align: ' . $block->align; |
|
35 | + $attrs['style'] = (isset($attrs['style']) ? $attrs['style'].' ' : '').'text-align: '.$block->align; |
|
36 | 36 | } |
37 | 37 | |
38 | 38 | return new HtmlElement($block->type, $attrs, $htmlRenderer->renderInlines($block->children())); |