From: myk%mozilla.org <> Date: Thu, 21 Oct 2004 03:48:29 +0000 (+0000) Subject: Fix for bug 265303: updates RDF content type to new standard application/rdf+xml... X-Git-Tag: bugzilla-2.19.1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad211c0a3da1b9b2d0739aee0545875138d6484f;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 d580dddc77..1a9334f352 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" ,