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 d580dddc7..1a9334f35 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -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" , |