mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-03 07:44:25 +00:00
Monotone-Parent: 14af1c089766685ea8ad6be31a8ef96d384e1ab2
Monotone-Revision: 524b4bce2ab03027f260f0ff2d06704b97dba44c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-10-31T17:05:05 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