aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormyk%mozilla.org <>2004-10-21 03:48:30 +0000
committermyk%mozilla.org <>2004-10-21 03:48:30 +0000
commitb5a0bbc4771a6583baf554744e0f5c9c6208d028 (patch)
tree210b35948899baa8aa2f49486ef884423e174c7b
parentPatch for bug 264003: Include the DBI error in the error message if 'createdb... (diff)
downloadbugzilla-b5a0bbc4771a6583baf554744e0f5c9c6208d028.tar.gz
bugzilla-b5a0bbc4771a6583baf554744e0f5c9c6208d028.tar.bz2
bugzilla-b5a0bbc4771a6583baf554744e0f5c9c6208d028.zip
Fix for bug 265303: updates RDF content type to new standard application/rdf+xml; r,a=justdave
-rw-r--r--Bugzilla/Constants.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm
index e3cdf539d..daeb61172 100644
--- a/Bugzilla/Constants.pm
+++ b/Bugzilla/Constants.pm
@@ -110,7 +110,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" ,