diff --git a/lib/WebGUI/Auth.pm b/lib/WebGUI/Auth.pm index 15dbfdfe4..ff328766d 100644 --- a/lib/WebGUI/Auth.pm +++ b/lib/WebGUI/Auth.pm @@ -521,6 +521,7 @@ sub getSetting { } #------------------------------------------------------------------- + =head2 init ( ) Initialization function for these auth routines. Default is a superclass function called displayLogin. @@ -575,6 +576,7 @@ sub login { } #------------------------------------------------------------------- + =head2 logout ( ) Superclass method that performs standard logout routines. diff --git a/lib/WebGUI/Form.pm b/lib/WebGUI/Form.pm index 26f13cf37..995dc921a 100644 --- a/lib/WebGUI/Form.pm +++ b/lib/WebGUI/Form.pm @@ -215,7 +215,7 @@ Returns a select list and a text field. If the text box is filled out it will ha =item name - The name field for this form element. +The name field for this form element. =item options