r55454 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r55453‎ | r55454 | r55455 >
Date:22:30, 21 August 2009
Author:simetrical
Status:ok
Tags:
Comment:
Typo in comment
Modified paths:
  • /trunk/phase3/includes/Html.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Html.php
@@ -339,8 +339,8 @@
340340 * @param $name string name attribute
341341 * @param $value mixed value attribute (null = omit)
342342 * @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()
345345 * @return string Raw HTML
346346 */
347347 public static function input( $name, $value = null, $type = 'text', $attribs = array() ) {

Status & tagging log