From c2fefcea4a5853227a65c546c4e1efc57134b26b Mon Sep 17 00:00:00 2001 From: Julien Fiegehenn Date: Fri, 4 Oct 2019 10:46:32 +0100 Subject: [PATCH] Remove trailing whitespace --- lib/HTML/Form.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/HTML/Form.pm b/lib/HTML/Form.pm index 2dc00e56..630cb2b1 100644 --- a/lib/HTML/Form.pm +++ b/lib/HTML/Form.pm @@ -326,7 +326,7 @@ sub new { } =item $form->push_input( $type, \%attr, $verbose ) - + This method adds additional inputs to the form. The first argument is the type of input (e.g. hidden, option, etc.). The second argument is a reference to a hash of the input attributes.