diff options
author | lpsolit%gmail.com <> | 2005-08-25 23:22:43 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-08-25 23:22:43 +0200 |
commit | 78fcdb6418b20328fe9b8c3e8f20cc314318d84e (patch) | |
tree | 3dcadd597cde21a62a19c1dfde7f67998b0fa2ad /Bugzilla | |
parent | 2a5664ad1abf679b9e50a6c409902ce2ef638cc5 (diff) | |
download | bugzilla-78fcdb6418b20328fe9b8c3e8f20cc314318d84e.tar.gz bugzilla-78fcdb6418b20328fe9b8c3e8f20cc314318d84e.tar.xz |
Fix nits for bug 208761 the reviewer asked me to do on checkin (make a description in POD more precise) and which I forgot to do. Sorry wicked ;)
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Template.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Bugzilla/Template.pm b/Bugzilla/Template.pm index 52a1bf150..91b98f5b8 100644 --- a/Bugzilla/Template.pm +++ b/Bugzilla/Template.pm @@ -490,7 +490,7 @@ __END__ Bugzilla::Template - Wrapper around the Template Toolkit C<Template> object -=head1 SYNOPSYS +=head1 SYNOPSIS my $template = Bugzilla::Template->create; @@ -515,7 +515,7 @@ C<Bugzilla-E<gt>instance-E<gt>template> to get an already created module. =item C<put_header($title, $h1, $h2)> - Description: Display the header of the page. + Description: Display the header of the page for non yet templatized .cgi files. Params: $title - Page title. $h1 - Main page header. @@ -525,7 +525,7 @@ C<Bugzilla-E<gt>instance-E<gt>template> to get an already created module. =item C<put_footer()> - Description: Display the footer of the page. + Description: Display the footer of the page for non yet templatized .cgi files. Params: none |