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

@ -236,7 +236,7 @@ sub purge {
#------------------------------------------------------------------- #-------------------------------------------------------------------
=head2 purgeCache () =head2 purgeCache ( )
See WebGUI::Asset::purgeCache() for details. See WebGUI::Asset::purgeCache() for details.
@ -356,7 +356,7 @@ sub www_deleteFile {
#------------------------------------------------------------------- #-------------------------------------------------------------------
=head2 www_view () =head2 www_view ( )
See WebGUI::Asset::Wobject::www_view() for details. See WebGUI::Asset::Wobject::www_view() for details.

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

@ -78,7 +78,7 @@ sub end {
#------------------------------------------------------------------- #-------------------------------------------------------------------
=head2 get( varName ) =head2 get ( varName )
Retrieves the current value of a session variable. Retrieves the current value of a session variable.
@ -270,5 +270,4 @@ sub switchAdminOn {
} }
1; 1;