diff options
author | Roan Kattouw <catrope@users.mediawiki.org> | 2011-10-26 20:58:29 +0000 |
---|---|---|
committer | Roan Kattouw <catrope@users.mediawiki.org> | 2011-10-26 20:58:29 +0000 |
commit | 435d5b8cbae6bd6da145c9b6b368338293c72052 (patch) | |
tree | 03201c774d5ec52cee57aa661c66bef6f51055e6 /includes | |
parent | c5b6672ce1e9a50316a10e7c1c863ba74be0e0f1 (diff) | |
download | mediawikicore-435d5b8cbae6bd6da145c9b6b368338293c72052.tar.gz mediawikicore-435d5b8cbae6bd6da145c9b6b368338293c72052.zip |
Make indentation consistent in HTMLForm doc comment
Notes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/100871
Diffstat (limited to 'includes')
-rw-r--r-- | includes/HTMLForm.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/includes/HTMLForm.php b/includes/HTMLForm.php index b80f0d71d58a..84ae9ed73114 100644 --- a/includes/HTMLForm.php +++ b/includes/HTMLForm.php @@ -33,10 +33,10 @@ * 'help-message' -- message key for a message to use as a help text. * can be an array of msg key and then parameters to * the message. - * Overwrites 'help-messages'. - * 'help-messages' -- array of message key. As above, each item can - * be an array of msg key and then parameters. - * Overwrites 'help-message'. + * Overwrites 'help-messages'. + * 'help-messages' -- array of message key. As above, each item can + * be an array of msg key and then parameters. + * Overwrites 'help-message'. * 'required' -- passed through to the object, indicating that it * is a required field. * 'size' -- the length of text fields |