This commit is contained in:
		@@ -665,7 +665,7 @@ namespace VEPROMS.CSLA.Library
 | 
			
		||||
			StringBuilder retstr = new StringBuilder();
 | 
			
		||||
			retstr.Append(TranGetSectionNumber(tb._ToItem));
 | 
			
		||||
			string txt = TranGetSectionTitle(tb,tb._ToItem);
 | 
			
		||||
			if (retstr.Length > 0 && txt.Length > 0) retstr.Append(", ");
 | 
			
		||||
			if (retstr.Length > 0 && (txt!=null && txt.Length > 0)) retstr.Append(", ");
 | 
			
		||||
			retstr.Append(txt);
 | 
			
		||||
			tb.AppendPrefix();
 | 
			
		||||
			tb.ReplaceToken(retstr.ToString());
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user