From 0514605a98956216ded50969c26b2d78dcf2e260 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Fri, 19 Oct 2001 04:28:06 +0000 Subject: Bug 60818 - make Bugzilla cope with MIME types with parameters. Patch by gerv, r=myk. --- bug_form.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'bug_form.pl') diff --git a/bug_form.pl b/bug_form.pl index 5938f3aea..d3311fee5 100644 --- a/bug_form.pl +++ b/bug_form.pl @@ -299,6 +299,7 @@ if (Param('useattachmenttracker')) { } my $link = "showattachment.cgi?attach_id=$attachid"; $desc = value_quote($desc); + $mimetype = html_quote($mimetype); print qq{$date$desc   ($mimetype)}; } print "Create a new attachment (proposed patch, testcase, etc.)\n"; -- cgit v1.2.3-24-g4f1b