From e702d5d8fc74a015f533c8202d51c1a537cad683 Mon Sep 17 00:00:00 2001 From: Rich Date: Mon, 7 Aug 2017 20:04:22 +0000 Subject: [PATCH] B2017-167 Remove spurious space in RO Value between two RTF Commands --- PROMS/VEPROMS.CSLA.Library/Extension/ContentExt.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PROMS/VEPROMS.CSLA.Library/Extension/ContentExt.cs b/PROMS/VEPROMS.CSLA.Library/Extension/ContentExt.cs index 628e6f5e..b20386fd 100644 --- a/PROMS/VEPROMS.CSLA.Library/Extension/ContentExt.cs +++ b/PROMS/VEPROMS.CSLA.Library/Extension/ContentExt.cs @@ -933,6 +933,7 @@ namespace VEPROMS.CSLA.Library fileNameOnly = value.Substring(0,value.IndexOf("\n")).Replace(@"\u8209?","-"); // check only the file name of the RO figure string newvalue = value; newvalue = newvalue.Replace("{", @"\{").Replace("}", @"\}"); + newvalue = newvalue.Replace(@"\up2 \u8209?", @"\up2\u8209?");// B2017-167 Remove spurious space in RO Value between two RTF Commands string findLink = @""; MatchCollection ms = Regex.Matches(Text, findLink); //string lookFor = string.Format(@"", rousg.ROUsageID);