From 79d23608d488898d54e84a6c374f4df4672f3446 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 1 Jul 2009 19:27:34 +0000 Subject: [PATCH] Monotone-Parent: 6485cacb283ff7fd9905e8d9e8d097a761fc9c39 Monotone-Revision: ceeb01446ec3ddc689505cb7bb9f3110f23ad06d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-07-01T19:27:34 Monotone-Branch: ca.inverse.sogo --- UI/Common/WODirectAction+SOGo.m | 2 +- UI/SOGoUI/UIxComponent.m | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/UI/Common/WODirectAction+SOGo.m b/UI/Common/WODirectAction+SOGo.m index d6395ad33..ee6338da1 100644 --- a/UI/Common/WODirectAction+SOGo.m +++ b/UI/Common/WODirectAction+SOGo.m @@ -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; } diff --git a/UI/SOGoUI/UIxComponent.m b/UI/SOGoUI/UIxComponent.m index 8e5a5c7d6..e34621427 100644 --- a/UI/SOGoUI/UIxComponent.m +++ b/UI/SOGoUI/UIxComponent.m @@ -602,7 +602,6 @@ static BOOL uixDebugEnabled = NO; response = [context response]; [response setStatus: status]; - [response setHeader: @"text/plain" forKey: @"Content-Type"]; return response; }