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:
Wolfgang Sourdeau
2007-10-31 17:05:05 +00:00
parent 3f2b814c53
commit d51b81d6f4
@@ -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;
}