diff --git a/framework/base/control.class.php b/framework/base/control.class.php index 4cd809322f..bef087fafd 100644 --- a/framework/base/control.class.php +++ b/framework/base/control.class.php @@ -1055,9 +1055,6 @@ class baseControl $content = ob_get_clean(); ob_start(); - $find = array('&lt;', '&gt;', '&amp;', '&#039;', '&quot;'); - $replace = array('<', '>', '&', "'", '\\\\"'); - $content = str_replace($find, $replace, $content); echo $content; /**