This commit is contained in:
parent
26ccbebb41
commit
ee299001f2
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user