Monotone-Parent: 2aa515f85c333b96d717d00a46fabb09517fd9c0

Monotone-Revision: 9b43bde07802307f5699569cd53b92baa4d95757

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-22T18:41:02
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2007-05-22 18:41:02 +00:00
parent 7fe5e9fc6f
commit 46d95e44e8
1 changed files with 1 additions and 3 deletions

View File

@ -39,9 +39,7 @@
- (NSString *) flatContentAsString
{
NSMutableString *content;
NSString *superContent, *urlText, *newUrlText;
NSRange httpRange, rest, currentURL;
unsigned int length;
NSString *superContent;
content = [NSMutableString string];
superContent = [[super flatContentAsString] stringByEscapingHTMLString];