From daa8ed1a6e7fffe1d85d4f50b4fead465087f7fa Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Fri, 21 Aug 2009 22:30:51 +0000 Subject: [PATCH] Typo in comment --- includes/Html.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/Html.php b/includes/Html.php index 7625cd92a6..1c762b65d3 100644 --- a/includes/Html.php +++ b/includes/Html.php @@ -339,8 +339,8 @@ class Html { * @param $name string name attribute * @param $value mixed value attribute (null = omit) * @param $type string type attribute - * @param $attribs array Assocative array of miscellaneous extra attributes, - * passed to Html::element() + * @param $attribs array Associative array of miscellaneous extra + * attributes, passed to Html::element() * @return string Raw HTML */ public static function input( $name, $value = null, $type = 'text', $attribs = array() ) { -- 2.20.1