From c9fbdbe1108cebcb00591f9c18d91176709bf5fd Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 2 Jul 2006 16:29:18 +0000 Subject: [PATCH] bug --- includes/Xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Xml.php b/includes/Xml.php index f911bdcec4..6e2518fedf 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -273,7 +273,7 @@ class Xml { '' . $text . ''; - return Xml::isWellFormedXml( $html ); + return Xml::isWellFormed( $html ); } } ?> -- 2.20.1