From: myk%mozilla.org <> Date: Thu, 21 Oct 2004 03:48:30 +0000 (+0000) Subject: Fix for bug 265303: updates RDF content type to new standard application/rdf+xml... X-Git-Tag: bugzilla-2.18rc3~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5a0bbc4771a6583baf554744e0f5c9c6208d028;p=thirdparty%2Fbugzilla.git Fix for bug 265303: updates RDF content type to new standard application/rdf+xml; r,a=justdave --- diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index e3cdf539d0..daeb611724 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" ,