From d8dc2f6fd727eb7d774aa6d2d94ca526e7d296ac Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" Date: Fri, 24 Sep 1999 19:15:51 +0000 Subject: [PATCH] Patch by holger@holger.om.org (Holger Schurig) -- more fixups to put proper header on pages. git-svn-id: svn://10.0.0.236/trunk@48990 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/show_bug.cgi | 2 +- mozilla/webtools/bugzilla/showowners.cgi | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/show_bug.cgi b/mozilla/webtools/bugzilla/show_bug.cgi index 927d5268869..beecd3f0f31 100755 --- a/mozilla/webtools/bugzilla/show_bug.cgi +++ b/mozilla/webtools/bugzilla/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/mozilla/webtools/bugzilla/showowners.cgi b/mozilla/webtools/bugzilla/showowners.cgi index b0926e4735f..14d6cfed605 100755 --- a/mozilla/webtools/bugzilla/showowners.cgi +++ b/mozilla/webtools/bugzilla/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();