Fix spacing between control structure and opening parenthesis
This commit is contained in:
@@ -23,8 +23,7 @@ class Renderer {
|
||||
// vertical orientation denotes column container
|
||||
if($block['type'] === 'container' && $block['orientation'] === 'vertical') {
|
||||
$column_content[] = $rendered_block_element;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
$block_content .= $rendered_block_element;
|
||||
}
|
||||
}, $data['blocks']);
|
||||
|
Reference in New Issue
Block a user