summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla')
-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" ,