mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
TinyMce cleanup empty paragraph tags.
This commit is contained in:
@@ -221,6 +221,8 @@ TEMPL;
|
||||
$text = e107::getBB()->htmltoBBcode($content); // not reliable enough yet.
|
||||
}
|
||||
|
||||
$text = str_replace('[html]<p></p>[/html]','',$text); // cleanup.
|
||||
|
||||
return $text;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user