From 435d5b8cbae6bd6da145c9b6b368338293c72052 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Wed, 26 Oct 2011 20:58:29 +0000 Subject: [PATCH] Make indentation consistent in HTMLForm doc comment --- includes/HTMLForm.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.20.1