mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Fix for media-browser carousel issue. Fix for bbcode Youtube insert. Added [video] bbcode.
This commit is contained in:
@@ -42,9 +42,9 @@ class e_bbcode
|
||||
'html', 'flash', 'link', 'email',
|
||||
'url', 'quote', 'left', 'right',
|
||||
'b', 'justify', 'file', 'stream',
|
||||
'textarea', 'list', 'php', 'time',
|
||||
'textarea', 'list', 'time',
|
||||
'spoiler', 'hide', 'youtube', 'sanitised',
|
||||
'p', 'h', 'nobr', 'block','table','th', 'tr','tbody','td','markdown'
|
||||
'p', 'h', 'nobr', 'block','table','th', 'tr','tbody','td','markdown','video'
|
||||
);
|
||||
|
||||
foreach($this->core_bb as $c)
|
||||
|
Reference in New Issue
Block a user