summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authormyk%mozilla.org <>2005-03-16 02:16:15 +0100
committermyk%mozilla.org <>2005-03-16 02:16:15 +0100
commite7f6dc0a5754ae6607bebfcedc1130cd12e43f5d (patch)
tree2a5a4726dcdede65098c2c692d8308e21c1521df /Bugzilla/Constants.pm
parent5d6b815d1ce8eece29e22e09781f890375f3c403 (diff)
downloadbugzilla-e7f6dc0a5754ae6607bebfcedc1130cd12e43f5d.tar.gz
bugzilla-e7f6dc0a5754ae6607bebfcedc1130cd12e43f5d.tar.xz
Fix for bug 82878: Generate RSS 1.0 version of bug lists.
Patch by Jason Remillard. r=myk a=myk
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r--Bugzilla/Constants.pm5
1 files changed, 3 insertions, 2 deletions
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" ,