]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix for bug 265303: updates RDF content type to new standard application/rdf+xml...
authormyk%mozilla.org <>
Thu, 21 Oct 2004 03:48:29 +0000 (03:48 +0000)
committermyk%mozilla.org <>
Thu, 21 Oct 2004 03:48:29 +0000 (03:48 +0000)
Bugzilla/Constants.pm

index d580dddc775f594c07826532f3d3c125fb60606a..1a9334f352cb7cd50ac672575c263f0e57dd1604 100644 (file)
@@ -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" ,