summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-02-21 09:05:56 +0100
committerlpsolit%gmail.com <>2006-02-21 09:05:56 +0100
commitc738859a411c63f64fa931a5275111aeb9d90fd8 (patch)
tree6423d386e03be187a65fc71483d28571ba84b2ff /Bugzilla/Constants.pm
parent39e8d6dc7a8371433d8260b86ebc12396da1de7a (diff)
downloadbugzilla-c738859a411c63f64fa931a5275111aeb9d90fd8.tar.gz
bugzilla-c738859a411c63f64fa931a5275111aeb9d90fd8.tar.xz
[SECURITY] Bug 313441: Query RSS should HTML-escape summary in <title> - Patch by Phil Ringnalda <philringnalda@gmail.com> r=myk a=justdave
I forgot to specify the bug number in my previous checkin. That was bug 312498.
Diffstat (limited to 'Bugzilla/Constants.pm')
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index 09717486e..c00518732 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -148,7 +148,7 @@ use constant contenttypes =>
{
"html"=> "text/html" ,
"rdf" => "application/rdf+xml" ,
- "rss" => "application/rss+xml" ,
+ "atom"=> "application/atom+xml" ,
"xml" => "application/xml" ,
"js" => "application/x-javascript" ,
"csv" => "text/plain" ,