Index: trunk/phase3/includes/Html.php |
— | — | @@ -339,8 +339,8 @@ |
340 | 340 | * @param $name string name attribute |
341 | 341 | * @param $value mixed value attribute (null = omit) |
342 | 342 | * @param $type string type attribute |
343 | | - * @param $attribs array Assocative array of miscellaneous extra attributes, |
344 | | - * passed to Html::element() |
| 343 | + * @param $attribs array Associative array of miscellaneous extra |
| 344 | + * attributes, passed to Html::element() |
345 | 345 | * @return string Raw HTML |
346 | 346 | */ |
347 | 347 | public static function input( $name, $value = null, $type = 'text', $attribs = array() ) { |