Optimisations...

Monotone-Parent: 8b8f40b39b92d25a5eb1161d5efe0bd91fd3e207
Monotone-Revision: 015eb4cf8ecea01eb6fda8056121a53f54047e09

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2007-10-10T20:34:34
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2007-10-10 20:34:34 +00:00
parent 778658c75a
commit e6964ac180
3 changed files with 7 additions and 3 deletions
@@ -44,8 +44,6 @@
content = [NSMutableString string];
superContent = [[super flatContentAsString] stringByEscapingHTMLString];
[content appendString: [superContent stringByDetectingURLs]];
[content replaceString: @"\r\n" withString: @"<br />"];
[content replaceString: @"\n" withString: @"<br />"];
return content;
}