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:
@@ -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')
|
||||
{
|
||||
|
Reference in New Issue
Block a user