From: Tim Starling Date: Sun, 2 Jul 2006 16:29:18 +0000 (+0000) Subject: bug X-Git-Tag: 1.31.0-rc.0~56475 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=c9fbdbe1108cebcb00591f9c18d91176709bf5fd;p=lhc%2Fweb%2Fwiklou.git bug --- 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 ); } } ?>