From c3a95ddecfea0ce531c125f6090082b7bf7b5bad Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Mon, 8 Aug 2011 01:25:44 -0400 Subject: Bug 341809 - bugzilla.dtd does not include any custom fields (automate DTD creation)) r=mkanat, a=LpSolit --- Bugzilla/Constants.pm | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 1d9d07a5b..9dd8b76fb 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -438,15 +438,16 @@ use constant LEGAL_CONTENT_TYPES => ('application', 'audio', 'image', 'message', use constant contenttypes => { - "html"=> "text/html" , - "rdf" => "application/rdf+xml" , - "atom"=> "application/atom+xml" , - "xml" => "application/xml" , - "js" => "application/x-javascript" , - "json"=> "application/json" , - "csv" => "text/csv" , - "png" => "image/png" , - "ics" => "text/calendar" , + "html" => "text/html" , + "rdf" => "application/rdf+xml" , + "atom" => "application/atom+xml" , + "xml" => "application/xml" , + "dtd" => "application/xml-dtd" , + "js" => "application/x-javascript" , + "json" => "application/json" , + "csv" => "text/csv" , + "png" => "image/png" , + "ics" => "text/calendar" , }; # Usage modes. Default USAGE_MODE_BROWSER. Use with Bugzilla->usage_mode. -- cgit v1.2.3-24-g4f1b