Compare commits
No commits in common. "6c733d54fc80aa3dfe81c0c9f8a0004c047bed3f" and "21c2012c152846984959823f29a59d5b6a108302" have entirely different histories.
6c733d54fc
...
21c2012c15
@ -1227,9 +1227,7 @@ namespace VEPROMS.CSLA.Library
|
||||
case 0:
|
||||
break;
|
||||
default:
|
||||
//F2024-048 use a hard space (\\u160;) instead of a space in the page number text
|
||||
// to keep that text together on the page
|
||||
tb.Append(string.Format(" (Page{0}{1})", "\\u160;", tb._ToItem.PageNumber + 1));
|
||||
tb.Append(string.Format(" (Page {0})", tb._ToItem.PageNumber + 1));
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user