1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

More inline news editing tweaks.

This commit is contained in:
Cameron
2016-05-31 17:44:07 -07:00
parent 048ab169da
commit 26636f318c
4 changed files with 16 additions and 15 deletions

View File

@@ -66,6 +66,7 @@ class e107InlineEdit
$srch = array("<!-- bbcode-html-start -->","<!-- bbcode-html-end -->","[html]","[/html]");
$content = str_replace($srch,'',$content);
$content = trim($content);
if($type == 'html')
{