Commit 78fcdb64 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Fix nits for bug 208761 the reviewer asked me to do on checkin (make a…

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 ;)
parent 2a5664ad
...@@ -490,7 +490,7 @@ __END__ ...@@ -490,7 +490,7 @@ __END__
Bugzilla::Template - Wrapper around the Template Toolkit C<Template> object Bugzilla::Template - Wrapper around the Template Toolkit C<Template> object
=head1 SYNOPSYS =head1 SYNOPSIS
my $template = Bugzilla::Template->create; my $template = Bugzilla::Template->create;
...@@ -515,7 +515,7 @@ C<Bugzilla-E<gt>instance-E<gt>template> to get an already created module. ...@@ -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)> =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. Params: $title - Page title.
$h1 - Main page header. $h1 - Main page header.
...@@ -525,7 +525,7 @@ C<Bugzilla-E<gt>instance-E<gt>template> to get an already created module. ...@@ -525,7 +525,7 @@ C<Bugzilla-E<gt>instance-E<gt>template> to get an already created module.
=item C<put_footer()> =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 Params: none
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment