mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 11:20:25 +02:00
TinyMce Image align left/right parsing fix.
This commit is contained in:
@@ -749,7 +749,7 @@ class e_bbcode
|
||||
$cls = array();
|
||||
foreach($tmp as $v)
|
||||
{
|
||||
if($v === 'img-rounded' || $v === 'rounded' || strpos($v,'bbcode') === 0 )
|
||||
if($v === 'img-rounded' || $v === 'rounded' || (strpos($v,'bbcode') === 0 && $v !== 'bbcode-img-right' && $v !== 'bbcode-img-left' ))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user