Fix for bug 265303: updates RDF content type to new standard application/rdf+xml; r,a=justdave

This commit is contained in:
myk%mozilla.org 2004-10-20 20:48:29 +00:00
parent aa023652c5
commit 867bde718a

View 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" ,