mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Fix for [img] class in TinyMce.
This commit is contained in:
@@ -716,7 +716,7 @@ class e_bbcode
|
|||||||
$cls = array();
|
$cls = array();
|
||||||
foreach($tmp as $v)
|
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;
|
continue;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user