mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-10 07:48:52 +00:00
Monotone-Parent: 597916796af3e3138b8cf350cf98b19edf9d16ac
Monotone-Revision: 40dd65cfec9c0e6ba695731ca96f0c4ba24cd875 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-03-07T21:21:34 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -61,7 +61,6 @@
|
||||
if (![anElement isVoid])
|
||||
{
|
||||
rendering = [NSMutableString new];
|
||||
[rendering autorelease];
|
||||
if ([anElement group])
|
||||
[rendering appendFormat: @"%@.", [anElement group]];
|
||||
tag = [anElement tag];
|
||||
@@ -94,6 +93,7 @@
|
||||
[rendering appendString: @"\r\n"];
|
||||
|
||||
finalRendering = [rendering foldedForVersitCards];
|
||||
[rendering release];
|
||||
}
|
||||
else
|
||||
finalRendering = @"";
|
||||
|
||||
Reference in New Issue
Block a user