diff options
-rw-r--r-- | Bugzilla/Constants.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index e3cdf539d..daeb61172 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -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" , |