See ChangeLog

Monotone-Parent: 5882ca24d5eba6f75b71b2264556889290445bad
Monotone-Revision: 877003857c443cbee0d3365e26bc55a9110cb707

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-03-31T17:02:54
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-03-31 17:02:54 +00:00
parent 733d86e6e7
commit 7ea3edd234
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2011-03-31 Francis Lachapelle <flachapelle@inverse.ca>
* UI/Contacts/UIxContactView.m (_cardStringWithLabel:value:):
remove useless carriage returns to avoid JavaScript errors in IE7.
2011-03-30 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/MailerUI/UIxMailFolderActions.m (-copyMessagesAction)

View File

@@ -1,6 +1,6 @@
/*
Copyright (C) 2004 SKYRIX Software AG
Copyright (C) 2005-2010 Inverse inc.
Copyright (C) 2005-2011 Inverse inc.
This file is part of SOGo.
@@ -64,6 +64,7 @@
NSMutableString *cardString;
cardString = [NSMutableString stringWithCapacity: 80];
value = [value stringByReplacingString: @"\r" withString: @""];
if ([value length] > 0)
{
if (label)