diff --git a/parsers/ShortcodeParser.php b/parsers/ShortcodeParser.php index 68b78fa91..b2d774fb8 100644 --- a/parsers/ShortcodeParser.php +++ b/parsers/ShortcodeParser.php @@ -572,7 +572,7 @@ class ShortcodeParser extends Object { $location = self::INLINE; if($class == 'left' || $class == 'right') $location = self::BEFORE; - if($class == 'center' || $class == 'leftALone') $location = self::SPLIT; + if($class == 'center' || $class == 'leftAlone') $location = self::SPLIT; if(!$parent) { if($location !== self::INLINE) {