Commit ee401d62 authored by terry%mozilla.org's avatar terry%mozilla.org

Patch by holger@holger.om.org (Holger Schurig) -- more fixups to put proper header on pages.

parent e6ce645b
...@@ -34,7 +34,7 @@ print "Content-type: text/html\n"; ...@@ -34,7 +34,7 @@ print "Content-type: text/html\n";
print "\n"; print "\n";
if (!defined $::FORM{'id'} || $::FORM{'id'} !~ /^\s*\d+\s*$/) { 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 "<FORM METHOD=GET ACTION=\"show_bug.cgi\">\n";
print "You may find a single bug by entering its bug id here: \n"; print "You may find a single bug by entering its bug id here: \n";
print "<INPUT NAME=id>\n"; print "<INPUT NAME=id>\n";
......
...@@ -53,6 +53,7 @@ sub FetchAndFormat { ...@@ -53,6 +53,7 @@ sub FetchAndFormat {
print "Content-type: text/html\n\n"; print "Content-type: text/html\n\n";
print "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\"> print "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2 Final//EN\">
<html><head><title>BugZilla module owners list</title></head>\n"; <html><head><title>BugZilla module owners list</title></head>\n";
PutHeader("Owner list");
ConnectToDatabase(); ConnectToDatabase();
GetVersionTable(); GetVersionTable();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment