mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 17:39:46 +01:00
Fixes broken HTML when switching back from using TinyMce. ([html] tag was being filtered out)
This commit is contained in:
parent
3cc97e1fb4
commit
6ce8e9edd5
@ -39,7 +39,7 @@ class e_bbcode
|
||||
$this->core_bb = array(
|
||||
'blockquote', 'img', 'i', 'u', 'center',
|
||||
'_br', 'color', 'size', 'code',
|
||||
'html', 'flash', 'link', 'email',
|
||||
'flash', 'link', 'email',
|
||||
'url', 'quote', 'left', 'right',
|
||||
'b', 'justify', 'file', 'stream',
|
||||
'textarea', 'list', 'time',
|
||||
|
Loading…
x
Reference in New Issue
Block a user