From: Roan Kattouw Date: Wed, 26 Oct 2011 20:58:29 +0000 (+0000) Subject: Make indentation consistent in HTMLForm doc comment X-Git-Tag: 1.31.0-rc.0~26897 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_del%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=commitdiff_plain;h=435d5b8cbae6bd6da145c9b6b368338293c72052;p=lhc%2Fweb%2Fwiklou.git Make indentation consistent in HTMLForm doc comment --- diff --git a/includes/HTMLForm.php b/includes/HTMLForm.php index b80f0d71d5..84ae9ed731 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