1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-12 05:24:38 +02:00

TinyMce fixes

This commit is contained in:
CaMer0n
2012-07-07 20:46:59 +00:00
parent 7fa2971c83
commit d3c7570d4b
29 changed files with 3563 additions and 3105 deletions

View File

@@ -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']);
}