1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Added th bbcode.

This commit is contained in:
Cameron
2013-06-14 18:12:38 -07:00
parent f2c69d1de0
commit f9f90451c0
3 changed files with 6 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ class e_bbcode
'b', 'justify', 'file', 'stream',
'textarea', 'list', 'php', 'time',
'spoiler', 'hide', 'youtube', 'sanitised',
'p', 'h', 'nobr', 'block','table','tr','tbody','td','markdown'
'p', 'h', 'nobr', 'block','table','th', 'tr','tbody','td','markdown'
);
foreach($this->core_bb as $c)