mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 10:43:24 +00:00
Fix for bug 265303: updates RDF content type to new standard application/rdf+xml; r,a=justdave
This commit is contained in:
parent
aa023652c5
commit
867bde718a
@ -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" ,
|
||||
|
Loading…
Reference in New Issue
Block a user