diff options
author | terry%mozilla.org <> | 1999-09-25 04:15:51 +0200 |
---|---|---|
committer | terry%mozilla.org <> | 1999-09-25 04:15:51 +0200 |
commit | ee401d62e7465c4b7a0a6ab355391d0feabccf74 (patch) | |
tree | 5ea3c89042bb89852eaa3065735882c1ababa6b4 /showowners.cgi | |
parent | e6ce645bdcb86c17ab78042ca3cbf9fd128e0d70 (diff) | |
download | bugzilla-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 'showowners.cgi')
-rwxr-xr-x | showowners.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/showowners.cgi b/showowners.cgi index b0926e473..14d6cfed6 100755 --- a/showowners.cgi +++ b/showowners.cgi @@ -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(); |