From a16d7573b3163029e65ec1f14f44df58eae9c66a Mon Sep 17 00:00:00 2001 From: Reed Loden Date: Thu, 12 Jan 2012 13:50:05 +0800 Subject: Bug 717502: add PDF to the list of selectable content-types --- Bugzilla/Constants.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Constants.pm') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 5f5489aea..841bdd9e4 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -456,6 +456,7 @@ use constant contenttypes => "csv" => "text/csv" , "png" => "image/png" , "ics" => "text/calendar" , + "pdf" => "application/pdf" , }; # Usage modes. Default USAGE_MODE_BROWSER. Use with Bugzilla->usage_mode. -- cgit v1.2.3-24-g4f1b