mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 03:24:20 +02:00
Issue #2018 - Figcaption problem when not using WYSIWYG.
This commit is contained in:
@@ -792,6 +792,7 @@ class e_parse extends e_parser
|
||||
if (e107::wysiwyg() !== true)
|
||||
{
|
||||
// fix for utf-8 issue with html_entity_decode(); ???
|
||||
$text = urldecode($text);
|
||||
// $text = str_replace(" ", " ", $text);
|
||||
}
|
||||
return $text;
|
||||
|
Reference in New Issue
Block a user