Fixing E_NOTICE
[lhc/web/wiklou.git] / includes / XmlFunctions.php
index 326c495..2e86aa7 100644 (file)
@@ -59,7 +59,4 @@ function wfIsWellFormedXml( $text ) {
 }
 function wfIsWellFormedXmlFragment( $text ) {
        return Xml::isWellFormedXmlFragment( $text );
-}
-
-
-?>
+}
\ No newline at end of file