* Typo in comment
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 10 May 2008 09:48:03 +0000 (09:48 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sat, 10 May 2008 09:48:03 +0000 (09:48 +0000)
includes/Xml.php

index d72f49d..84b5210 100644 (file)
@@ -75,7 +75,7 @@ class Xml {
                return self::element( $element, $attribs, $contents );
        }
 
-       /** This open an XML element */
+       /** This opens an XML element */
        public static function openElement( $element, $attribs = null ) {
                return '<' . $element . self::expandAttributes( $attribs ) . '>';
        }