diff --git a/config/func.inc.php b/config/func.inc.php index 47755a800..d412b7a30 100644 --- a/config/func.inc.php +++ b/config/func.inc.php @@ -637,7 +637,7 @@ function removeSrcHack($matches) { $tag = strtolower(trim($matches[1])); - $buff = trim(preg_replace('/(\/>|>)/','/>',$matches[0])); + //$buff = trim(preg_replace('/(\/>|>)/','/>',$matches[0])); $buff = str_replace(array('&','&'),array('&','&'),$buff); $buff = preg_replace_callback('/([^=^"^ ]*)=([^ ^>]*)/i', 'fixQuotation', $buff);