1
0
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:
Cameron
2018-01-31 14:10:41 -08:00
parent 3b049fefd5
commit 0ab3485a84

View File

@@ -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;
}