diff --git a/e107_plugins/tinymce4/plugins/e107/parser.php b/e107_plugins/tinymce4/plugins/e107/parser.php index 41b535e69..1697314c4 100644 --- a/e107_plugins/tinymce4/plugins/e107/parser.php +++ b/e107_plugins/tinymce4/plugins/e107/parser.php @@ -221,6 +221,8 @@ TEMPL; $text = e107::getBB()->htmltoBBcode($content); // not reliable enough yet. } + $text = str_replace('[html]
[/html]','',$text); // cleanup. + return $text; }