mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Fix for [img] class in TinyMce.
This commit is contained in:
@@ -716,7 +716,7 @@ class e_bbcode
|
||||
$cls = array();
|
||||
foreach($tmp as $v)
|
||||
{
|
||||
if($v === 'img-rounded' || $v === 'rounded' || $v === 'bbcode' || $v === 'bbcode-img-news' || $v === 'bbcode-img')
|
||||
if($v === 'img-rounded' || $v === 'rounded' || strpos($v,'bbcode') === 0 )
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user