Monotone-Parent: 0fdbd40e83a190f1d39914851c8f51231d0ca200

Monotone-Revision: 8a8f01d00132a79870b7c9ed8adbce9f4c0c79bb

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-07-04T15:59:00
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-07-04 15:59:00 +00:00
parent 69ecd0bce8
commit 1c0089d243
+4 -3
View File
@@ -424,9 +424,10 @@
string = [renderer render: self];
[renderer release];
return (([string length] > 1)
? [string substringToIndex: [string length] - 2]
: @"");
if ([string hasSuffix: @"\r\n"])
string = [string substringToIndex: [string length] - 2];
return string;
}
- (CardElement *) elementWithClass: (Class) elementClass