From aec172d1fe929e8ac77ad87363de4c0df0609c63 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 19 Nov 2007 20:01:27 +0000 Subject: [PATCH] Monotone-Parent: e93263338b262449e660e63e963ca0e8fdc1ecb4 Monotone-Revision: df2b66af0afb7884e01b50efd6f7e99acf0743fa Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-19T20:01:27 Monotone-Branch: ca.inverse.sogo --- UI/MailPartViewers/UIxMailPartHTMLViewer.m | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/UI/MailPartViewers/UIxMailPartHTMLViewer.m b/UI/MailPartViewers/UIxMailPartHTMLViewer.m index fbe39301f..6be09e6dd 100644 --- a/UI/MailPartViewers/UIxMailPartHTMLViewer.m +++ b/UI/MailPartViewers/UIxMailPartHTMLViewer.m @@ -487,8 +487,9 @@ css = [handler css]; if ([css length]) - cssContent = [NSString stringWithFormat: @"", - [handler css]]; + cssContent + = [NSString stringWithFormat: @"", + [handler css]]; else cssContent = @"";