From e7f6dc0a5754ae6607bebfcedc1130cd12e43f5d Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Wed, 16 Mar 2005 01:16:15 +0000 Subject: Fix for bug 82878: Generate RSS 1.0 version of bug lists. Patch by Jason Remillard. r=myk a=myk --- Bugzilla/Constants.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index d59ae0f84..45897a332 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -126,10 +126,11 @@ use constant LOGOUT_KEEP_CURRENT => 2; use constant contenttypes => { - "html" => "text/html" , + "html"=> "text/html" , "rdf" => "application/rdf+xml" , + "rss" => "application/rss+xml" , "xml" => "application/xml" , - "js" => "application/x-javascript" , + "js" => "application/x-javascript" , "csv" => "text/plain" , "png" => "image/png" , "ics" => "text/calendar" , -- cgit v1.2.3-24-g4f1b