Fix for r63675: the parameter is $attribs, not $attrs
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 18 Mar 2010 17:14:24 +0000 (17:14 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Thu, 18 Mar 2010 17:14:24 +0000 (17:14 +0000)
includes/Xml.php

index eddf0af..882de6a 100644 (file)
@@ -337,7 +337,7 @@ class Xml {
         * Convenience function to build an HTML form label
         * @param $label text of the label
         * @param $id
-        * @param $attrs Array, other attributes 
+        * @param $attribs Array, other attributes 
         * @return string HTML
         */
        public static function label( $label, $id, $attribs=array() ) {