]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch by holger@holger.om.org (Holger Schurig) -- more fixups to put proper header...
authorterry%mozilla.org <>
Sat, 25 Sep 1999 02:15:51 +0000 (02:15 +0000)
committerterry%mozilla.org <>
Sat, 25 Sep 1999 02:15:51 +0000 (02:15 +0000)
show_bug.cgi
showowners.cgi

index 927d526886946876bc083e39af576c924bf9f642..beecd3f0f31238820a383c4780ccebe64c24d459 100755 (executable)
@@ -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";
index b0926e4735f62f216811060a280f7aa5c8c38cfc..14d6cfed60502be7a52db6ff5d53fa3ae835ee63 100755 (executable)
@@ -53,6 +53,7 @@ sub FetchAndFormat {
 print "Content-type: text/html\n\n";
 print "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\">
 <html><head><title>BugZilla module owners list</title></head>\n";
+PutHeader("Owner list");
 
 ConnectToDatabase();
 GetVersionTable();