Monotone-Parent: 02bca191f3d6f22210597517ed2f42a870e492cc

Monotone-Revision: c4cc03e458ff714a9414efcd7a3b1bd9e5a74b88

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-07-19T17:11:37
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2009-07-19 17:11:37 +00:00
parent 7bb826bafd
commit f1d38a52b3
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2009-07-19 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/SOGoUI/UIxComponent.m (-responseWithStatus:): revert the
default content-type to text/plain; charset=utf-8.
* UI/WebServerResources/SchedulerUI.js: initialize the
"listFilter" global var depending on the value of the filter
popup.

View File

@ -604,6 +604,8 @@ static BOOL uixDebugEnabled = NO;
response = [context response];
[response setStatus: status];
[response setHeader: @"text/plain; charset=utf-8"
forKey: @"content-type"];
return response;
}