From ce965f98266d70e576a48cecf27160e44ac957c2 Mon Sep 17 00:00:00 2001 From: Thalia Date: Tue, 30 Jul 2019 14:43:39 +0100 Subject: [PATCH] Fix punctuation in HTMLForm documentation Change-Id: I22c4ed248fddc93afd486b9bee5a80bdbba1c685 --- includes/htmlform/HTMLForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/htmlform/HTMLForm.php b/includes/htmlform/HTMLForm.php index a7cef3cbe6..ed151e6366 100644 --- a/includes/htmlform/HTMLForm.php +++ b/includes/htmlform/HTMLForm.php @@ -23,7 +23,7 @@ /** * Object handling generic submission, CSRF protection, layout and - * other logic for UI forms. in a reusable manner. + * other logic for UI forms in a reusable manner. * * In order to generate the form, the HTMLForm object takes an array * structure detailing the form fields available. Each element of the -- 2.20.1