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

@ -14,6 +14,10 @@
- Added duplicate button in asset manager as discussed in Community IRC. - Added duplicate button in asset manager as discussed in Community IRC.
- fix - WebGUI::Form::File doesn't use WebGUI::Form::Hidden - fix - WebGUI::Form::File doesn't use WebGUI::Form::Hidden
- fixed various bugs in the time tracking app - fixed various bugs in the time tracking app
- fixed a few bugs in the graphic system
- fix - Link to a page in the Webgui Page Tree
- better HTML compliancy
- fixed a lot of POD
6.99.1 6.99.1
- Bugfixes on dashboard to fix template errors. - Bugfixes on dashboard to fix template errors.

View file

@ -50,7 +50,6 @@ This package provides URL writing functionality. It is important that all WebGUI
$url->setSiteURL($string); $url->setSiteURL($string);
=head1 METHODS =head1 METHODS
These subroutines are available from this package: These subroutines are available from this package:

View file

@ -270,5 +270,4 @@ sub switchAdminOn {
} }
1; 1;