Add space between elseif/else if and ‘(‘
[MAILPOET-1791]
This commit is contained in:
@ -29,7 +29,7 @@ class MetaInformationManager {
|
||||
if(!empty($text)) {
|
||||
$text = '<p>' . implode('<br />', $text) . '</p>';
|
||||
if($position === 'above') $content = $text . $content;
|
||||
else if($position === 'below') $content .= $text;
|
||||
else if ($position === 'below') $content .= $text;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user