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

@ -39,7 +39,7 @@ The admin console is a menuing system to manage webgui's administrative function
render
setHelp
setIcon
=head1 METHODS
These methods are available from this class:
@ -527,7 +527,7 @@ A string representing the location of the icon.
sub setIcon {
my $self = shift;
my $icon = shift;
if ($icon) {
if ($icon) {
$self->{_function}{icon} = $icon;
}
}