Monotone-Parent: 6485cacb283ff7fd9905e8d9e8d097a761fc9c39

Monotone-Revision: ceeb01446ec3ddc689505cb7bb9f3110f23ad06d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-07-01T19:27:34
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2009-07-01 19:27:34 +00:00
parent 42f95af756
commit 79d23608d4
2 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,7 @@
response = [context response];
[response setStatus: status];
[response setHeader: @"text/plain; charset=utf-8"
forKey: @"Content-Type"];
forKey: @"content-type"];
return response;
}

View File

@ -602,7 +602,6 @@ static BOOL uixDebugEnabled = NO;
response = [context response];
[response setStatus: status];
[response setHeader: @"text/plain" forKey: @"Content-Type"];
return response;
}