From 0ea2add9f040cdb3f2a0d6136d6b7a48e0c66256 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Thu, 18 Mar 2010 17:14:24 +0000 Subject: [PATCH] Fix for r63675: the parameter is $attribs, not $attrs --- includes/Xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Xml.php b/includes/Xml.php index eddf0af691..882de6aec7 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -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() ) { -- 2.20.1