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
This commit is contained in:
terry%mozilla.org
1999-09-24 19:15:51 +00:00
parent 51227d7592
commit d8dc2f6fd7
2 changed files with 2 additions and 1 deletions

View File

@@ -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";

View File

@@ -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();