This commit is contained in:
parent
9a9e57020f
commit
c6203a6d6d
@ -1230,6 +1230,7 @@ namespace VEPROMS.CSLA.Library
|
||||
retval = StripLinks(retval);
|
||||
retval = ReplaceSpecialCharacters(retval);
|
||||
retval = retval.Replace("\u2011","-");
|
||||
retval = retval.Replace("\r\n", ";");
|
||||
return retval;
|
||||
}
|
||||
private static string StripRtfFormatting(string rtf)
|
||||
|
Loading…
x
Reference in New Issue
Block a user