From ad211c0a3da1b9b2d0739aee0545875138d6484f Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Thu, 21 Oct 2004 03:48:29 +0000 Subject: Fix for bug 265303: updates RDF content type to new standard application/rdf+xml; r,a=justdave --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') 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" , -- cgit v1.2.3-24-g4f1b