A few comment tag tweaks.
[lhc/web/wiklou.git] / includes / XmlFunctions.php
index 076ca20..2e86aa7 100644 (file)
@@ -59,7 +59,4 @@ function wfIsWellFormedXml( $text ) {
 }
 function wfIsWellFormedXmlFragment( $text ) {
        return Xml::isWellFormedXmlFragment( $text );
-}
-
-
-
+}
\ No newline at end of file