From: endico%mozilla.org <> Date: Tue, 16 May 2000 14:35:21 +0000 (+0000) Subject: move mime type declaration to fix types for html error messages X-Git-Tag: bugzilla-2.12~294 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65ab05fead272c753e04903021c4fc8014e7b87c;p=thirdparty%2Fbugzilla.git move mime type declaration to fix types for html error messages --- diff --git a/export_bug.cgi b/export_bug.cgi index a83dec7023..3efd0bb89d 100755 --- a/export_bug.cgi +++ b/export_bug.cgi @@ -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 .= "\n"; $xml .= "\n"; +print "Content-type: text/plain\n\n"; print $xml; #my $msg = "To: $exporter\n";