mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-23 19:51:13 +00:00
added backslash in _filterSoftReturnsFromString:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18318 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1e8723dd0d
commit
15b28bfbfc
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ RCS_ID("$Id$")
|
|||
NSRange range=[string rangeOfString:@"\r\n"];
|
||||
if (range.length>0)
|
||||
string=[string stringByReplacingString:@"\r\n"
|
||||
withString:@"n"];
|
||||
withString:@"\n"];
|
||||
return string;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue