Commit 65ab05fe authored by endico%mozilla.org's avatar endico%mozilla.org

move mime type declaration to fix types for html error messages

parent 47bd2f8b
......@@ -29,7 +29,6 @@ use Data::Dumper;
#use vars %::COOKIE;
require "CGI.pl";
print "Content-type: text/plain\n\n";
#$::lockcount = 0;
my $dump = new XML::Dumper;
......@@ -335,6 +334,7 @@ if (defined $bug{'attachments'}) {
$xml .= "</bug>\n";
$xml .= "</bugzilla>\n";
print "Content-type: text/plain\n\n";
print $xml;
#my $msg = "To: $exporter\n";
......
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