This commit is contained in:
2011-02-08 11:22:03 +00:00
parent fe808c0ca1
commit f524056e6c
2 changed files with 3 additions and 1 deletions

View File

@@ -1249,7 +1249,7 @@ namespace VEPROMS.CSLA.Library
retval = Regex.Replace(retval, @"\\dn[30] ?", "");
return retval;
}
private static string StripLinks(string rtf)
public static string StripLinks(string rtf)
{
string retval = rtf;
retval = Regex.Replace(retval, @"\\v.*?\\v0", "");