summaryrefslogtreecommitdiffstats
path: root/long_list.cgi
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-09-24 04:08:01 +0200
committerterry%mozilla.org <>1999-09-24 04:08:01 +0200
commit8829ae5f033999f20009364226a9239a1a706b68 (patch)
tree0a0e03f8195c4fcc5e992d5b2841f9dfa84c01b3 /long_list.cgi
parent650e42208e0b0809c3a2092a0c6c6841439a3fdd (diff)
downloadbugzilla-8829ae5f033999f20009364226a9239a1a706b68.tar.gz
bugzilla-8829ae5f033999f20009364226a9239a1a706b68.tar.xz
Patch by holger@holger.om.org (Holger Schurig) -- put the fancy header on several pages that were missing it.
Diffstat (limited to 'long_list.cgi')
-rwxr-xr-xlong_list.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/long_list.cgi b/long_list.cgi
index 69546119f..e855c4434 100755
--- a/long_list.cgi
+++ b/long_list.cgi
@@ -29,7 +29,7 @@ require "CGI.pl";
use vars %::FORM;
print "Content-type: text/html\n\n";
-print "<TITLE>Full Text Bug Listing</TITLE>\n";
+PutHeader ("Full Text Bug Listing");
ConnectToDatabase();
quietly_check_login();