]> 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:30 +0000 (03:48 +0000)
committermyk%mozilla.org <>
Thu, 21 Oct 2004 03:48:30 +0000 (03:48 +0000)
Bugzilla/Constants.pm

index e3cdf539d07a9bfcf2792cb5aab472963300d39f..daeb6117240cc4f405d573ec0d25b922f0ce4bb2 100644 (file)
@@ -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" ,