Fixed POD in 12 files reported by new test for invalid whitespace

This commit is contained in:
Wouter van Oijen 2006-05-20 10:39:16 +00:00
parent e35760ce6a
commit e81ce2759a
12 changed files with 123 additions and 121 deletions

View file

@ -31,7 +31,7 @@ Creates a template chooser control.
This is a subclass of WebGUI::Form::SelectBox.
=head1 METHODS
=head1 METHODS
The following methods are specifically available from this class. Check the superclass for additional methods.
@ -51,10 +51,10 @@ The following additional parameters have been added via this sub class.
The identifier for this field. Defaults to "templateId".
=head4 namespace
=head4 namespace
The namespace for the list of templates to return. If this is omitted, all templates will be displayed.
=head4 label
A text label that will be displayed if toHtmlWithWrapper() is called. Defaults to getName().

View file

@ -31,7 +31,7 @@ Creates a workflow chooser control.
This is a subclass of WebGUI::Form::SelectBox.
=head1 METHODS
=head1 METHODS
The following methods are specifically available from this class. Check the superclass for additional methods.
@ -52,9 +52,9 @@ The following additional parameters have been added via this sub class.
The identifier for this field. Defaults to "workflowId".
=head4 type
The type of workflows to list based upon the object type that will be passed to them "none", "WebGUI::VersionTag", etc. If this is omitted, the entire list of workflows will be returned.
=head4 label
A text label that will be displayed if toHtmlWithWrapper() is called. Defaults to getName().