This commit is contained in:
		@@ -32,7 +32,7 @@ namespace VEPROMS.CSLA.Library
 | 
			
		||||
		public void FixContentText(RoUsageInfo rousg, string newvalue)
 | 
			
		||||
		{
 | 
			
		||||
			string lookFor = string.Format(@"<START\](\\[^v \\]+)*\\v0(\\[^v \\]+)* (.*?)(\\[^v \\]+)*\\v(\\[^v \\]+)* #Link:ReferencedObject:{0} .*?\[END>", rousg.ROUsageID);
 | 
			
		||||
			Match m = Regex.Match(Text, lookFor);
 | 
			
		||||
			Match m = Regex.Match(Text, lookFor,RegexOptions.Singleline);
 | 
			
		||||
			if (m != null && m.Groups.Count > 1)
 | 
			
		||||
			{
 | 
			
		||||
				System.Text.RegularExpressions.Group g = m.Groups[3];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user