mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-03 07:44:25 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user