Compare commits

..

No commits in common. "a41a398e7ebb88f789709bc03122572b446dcc4f" and "df0c5259c06bcb1229a7a070f29c2e3184febc5c" have entirely different histories.

View File

@ -1229,8 +1229,7 @@ namespace VEPROMS.CSLA.Library
default: default:
//F2024-048 use a hard space (\\u160;) instead of a space in the page number text //F2024-048 use a hard space (\\u160;) instead of a space in the page number text
// to keep that text together on the page // to keep that text together on the page
//B2024-026: hard space unicode ends with '?' not ';' tb.Append(string.Format(" (Page{0}{1})", "\\u160;", tb._ToItem.PageNumber + 1));
tb.Append(string.Format(" (Page{0}{1})", "\\u160?", tb._ToItem.PageNumber + 1));
break; break;
} }
} }