summaryrefslogtreecommitdiffstats
path: root/show_bug.cgi
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-09-25 04:15:51 +0200
committerterry%mozilla.org <>1999-09-25 04:15:51 +0200
commitee401d62e7465c4b7a0a6ab355391d0feabccf74 (patch)
tree5ea3c89042bb89852eaa3065735882c1ababa6b4 /show_bug.cgi
parente6ce645bdcb86c17ab78042ca3cbf9fd128e0d70 (diff)
downloadbugzilla-ee401d62e7465c4b7a0a6ab355391d0feabccf74.tar.gz
bugzilla-ee401d62e7465c4b7a0a6ab355391d0feabccf74.tar.xz
Patch by holger@holger.om.org (Holger Schurig) -- more fixups to put proper header on pages.
Diffstat (limited to 'show_bug.cgi')
-rwxr-xr-xshow_bug.cgi2
1 files changed, 1 insertions, 1 deletions
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 "<H2>Search By Bug Number</H2>\n";
+ PutHeader("Search by bug number");
print "<FORM METHOD=GET ACTION=\"show_bug.cgi\">\n";
print "You may find a single bug by entering its bug id here: \n";
print "<INPUT NAME=id>\n";