]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix nits for bug 208761 the reviewer asked me to do on checkin (make a description...
authorlpsolit%gmail.com <>
Thu, 25 Aug 2005 21:22:43 +0000 (21:22 +0000)
committerlpsolit%gmail.com <>
Thu, 25 Aug 2005 21:22:43 +0000 (21:22 +0000)
Bugzilla/Template.pm

index 52a1bf150fad6ac63633f387d6140ad0319ae446..91b98f5b89fcf85d7897216257a708e190dde89c 100644 (file)
@@ -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