From ee401d62e7465c4b7a0a6ab355391d0feabccf74 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Sat, 25 Sep 1999 02:15:51 +0000 Subject: Patch by holger@holger.om.org (Holger Schurig) -- more fixups to put proper header on pages. --- show_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'show_bug.cgi') diff --git a/show_bug.cgi b/show_bug.cgi index 927d52688..beecd3f0f 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"; -- cgit v1.2.3-24-g4f1b