From fec0a6e21de5e498c78a30fffa8cad82f6a7cf2b Mon Sep 17 00:00:00 2001 From: JT Smith Date: Tue, 17 Dec 2002 01:03:36 +0000 Subject: [PATCH] Fixed typos in POD --- lib/WebGUI/HTMLForm.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/WebGUI/HTMLForm.pm b/lib/WebGUI/HTMLForm.pm index 691db00b4..63ca36d4e 100644 --- a/lib/WebGUI/HTMLForm.pm +++ b/lib/WebGUI/HTMLForm.pm @@ -178,7 +178,7 @@ sub checkbox { #------------------------------------------------------------------- -=head2 checkList ( name, options [ label, value, vertical, extras, subtext, uiLevel ] ) +=head2 checkList ( name, options [ , label, value, vertical, extras, subtext, uiLevel ] ) Adds a checkbox list row to this form. @@ -249,7 +249,7 @@ sub checkList { #------------------------------------------------------------------- -=head2 combo ( name, options [ label, value, size, multiple, extras, subtext, uiLevel ] ) +=head2 combo ( name, options, [ label, value, size, multiple, extras, subtext, uiLevel ] ) Adds a combination select list / text box row to this form. If the text box is filled out it will have a value stored in "name"_new where name is the first field passed into this method. @@ -1204,7 +1204,7 @@ sub radio { #------------------------------------------------------------------- -=head2 radioList ( name, options [ label, value, vertical, extras, subtext, uiLevel ] ) +=head2 radioList ( name, options, [ label, value, vertical, extras, subtext, uiLevel ] ) Adds a radio button list row to this form.