Bug 283933 : Bugzilla should send XML templates as application/xml

Patch by Anne van Kesteren <bug@annevankesteren.nl>  r=justdave  a=justdave
This commit is contained in:
travis%sedsystems.ca 2005-03-01 18:32:04 +00:00
Родитель ab684bd2a1
Коммит acf7b3bd76
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -128,7 +128,7 @@ use constant contenttypes =>
{
"html" => "text/html" ,
"rdf" => "application/rdf+xml" ,
"xml" => "text/xml" ,
"xml" => "application/xml" ,
"js" => "application/x-javascript" ,
"csv" => "text/plain" ,
"png" => "image/png" ,