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