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 ;)

This commit is contained in:
lpsolit%gmail.com 2005-08-25 14:22:43 +00:00
Родитель f446c185b1
Коммит 3c3e5981f8
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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