mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-10 12:59:49 +00:00
Monotone-Parent: c63be943c6ed8307cd0bd6059b5dd4d20e644c15
Monotone-Revision: 14af1c089766685ea8ad6be31a8ef96d384e1ab2 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-10-31T17:04:15 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -44,6 +44,8 @@
|
||||
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