From: terry%mozilla.org <> Date: Sat, 25 Sep 1999 02:15:51 +0000 (+0000) Subject: Patch by holger@holger.om.org (Holger Schurig) -- more fixups to put proper header... X-Git-Tag: bugzilla-2.8~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee401d62e7465c4b7a0a6ab355391d0feabccf74;p=thirdparty%2Fbugzilla.git Patch by holger@holger.om.org (Holger Schurig) -- more fixups to put proper header on pages. --- diff --git a/show_bug.cgi b/show_bug.cgi index 927d526886..beecd3f0f3 100755 --- a/show_bug.cgi +++ b/show_bug.cgi @@ -34,7 +34,7 @@ print "Content-type: text/html\n"; print "\n"; if (!defined $::FORM{'id'} || $::FORM{'id'} !~ /^\s*\d+\s*$/) { - print "

Search By Bug Number

\n"; + PutHeader("Search by bug number"); print "
\n"; print "You may find a single bug by entering its bug id here: \n"; print "\n"; diff --git a/showowners.cgi b/showowners.cgi index b0926e4735..14d6cfed60 100755 --- a/showowners.cgi +++ b/showowners.cgi @@ -53,6 +53,7 @@ sub FetchAndFormat { print "Content-type: text/html\n\n"; print " BugZilla module owners list\n"; +PutHeader("Owner list"); ConnectToDatabase(); GetVersionTable();