From: Aryeh Gregor Date: Fri, 21 Aug 2009 22:30:51 +0000 (+0000) Subject: Typo in comment X-Git-Tag: 1.31.0-rc.0~40140 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=daa8ed1a6e7fffe1d85d4f50b4fead465087f7fa;p=lhc%2Fweb%2Fwiklou.git Typo in comment --- 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() ) {