1
0
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:
Cameron 2015-03-29 20:33:30 -07:00
parent 3cc97e1fb4
commit 6ce8e9edd5

View File

@ -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',