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