From 69cc412f296ca0e4c6ba805657a62597b62955c3 Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Thu, 1 Apr 2004 11:26:48 +0000 Subject: Bug 236926: supply a missing a $cgi-header in buglist.cgi r=kiko, a=justdave --- buglist.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buglist.cgi') diff --git a/buglist.cgi b/buglist.cgi index 2a71450aa..64d7beed0 100755 --- a/buglist.cgi +++ b/buglist.cgi @@ -373,7 +373,7 @@ elsif (($::FORM{'cmdtype'} eq "doit") && $::FORM{'remtype'}) { $vars->{'queryname'} = $name; - print "Content-Type: text/html\n\n"; + print $cgi->header(); $template->process("global/message.html.tmpl", $vars) || ThrowTemplateError($template->error()); exit; -- cgit v1.2.3-24-g4f1b