summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Constants.pm
diff options
context:
space:
mode:
authormyk%mozilla.org <>2004-10-21 05:48:29 +0200
committermyk%mozilla.org <>2004-10-21 05:48:29 +0200
commitad211c0a3da1b9b2d0739aee0545875138d6484f (patch)
treea5d01afbc93193ea2cb5943c02ed272ee3f55e88 /Bugzilla/Constants.pm
parentb8cd8386a625ffaa21af579e78aaa5f1aa2cbcd8 (diff)
downloadbugzilla-ad211c0a3da1b9b2d0739aee0545875138d6484f.tar.gz
bugzilla-ad211c0a3da1b9b2d0739aee0545875138d6484f.tar.xz
Fix for bug 265303: updates RDF content type to new standard application/rdf+xml; r,a=justdave
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 d580dddc7..1a9334f35 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -114,7 +114,7 @@ use constant LOGOUT_KEEP_CURRENT => 2;
use constant contenttypes =>
{
"html" => "text/html" ,
- "rdf" => "application/xml" ,
+ "rdf" => "application/rdf+xml" ,
"xml" => "text/xml" ,
"js" => "application/x-javascript" ,
"csv" => "text/plain" ,