mirror of
https://github.com/e107inc/e107.git
synced 2025-10-11 21:15:09 +02:00
TinyMce fixes
This commit is contained in:
@@ -19,8 +19,8 @@ if($_POST['mode'] == 'tohtml')
|
||||
|
||||
if($_POST['mode'] == 'tobbcode')
|
||||
{
|
||||
//echo $_POST['content'];
|
||||
echo e107::getBB()->htmltoBBcode($_POST['content']);
|
||||
// echo $_POST['content'];
|
||||
echo e107::getBB()->htmltoBBcode($_POST['content']);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user