Commit ad211c0a authored by myk%mozilla.org's avatar myk%mozilla.org

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

parent b8cd8386
...@@ -114,7 +114,7 @@ use constant LOGOUT_KEEP_CURRENT => 2; ...@@ -114,7 +114,7 @@ use constant LOGOUT_KEEP_CURRENT => 2;
use constant contenttypes => use constant contenttypes =>
{ {
"html" => "text/html" , "html" => "text/html" ,
"rdf" => "application/xml" , "rdf" => "application/rdf+xml" ,
"xml" => "text/xml" , "xml" => "text/xml" ,
"js" => "application/x-javascript" , "js" => "application/x-javascript" ,
"csv" => "text/plain" , "csv" => "text/plain" ,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment