From 87ac89a008c00a6bbaeb1661291b3519e9a4cecb Mon Sep 17 00:00:00 2001 From: ngleader Date: Tue, 28 Sep 2010 06:33:35 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7720 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- config/func.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);