From 22749f36cd8129ca38685e26e385ef319fee6d5a Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 2 Aug 2011 23:16:44 +0000 Subject: [PATCH] w/s fix for r92882 --- includes/HTMLForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/HTMLForm.php b/includes/HTMLForm.php index bc314fe6a4..e9eacccd46 100644 --- a/includes/HTMLForm.php +++ b/includes/HTMLForm.php @@ -179,7 +179,7 @@ class HTMLForm { /** * Initialise a new Object for the field - * @param $fieldname string + * @param $fieldname string * @param $descriptor string input Descriptor, as described above * @return HTMLFormField subclass */ -- 2.20.1