B2022-061: handle newlines in Procedure Titles, in printed page headers (pagelist items) and transition text
This commit is contained in:
@@ -2503,6 +2503,8 @@ i = 0;
|
||||
// check to see if the title needs to wrap
|
||||
if ((len == null || len == 0 || ItemInfo.StripRtfFormatting(title).Length < len) && (!includePrecedingText || ItemInfo.StripRtfFormatting(title).Length < numAndTitleLen))
|
||||
{
|
||||
// B2022-061: don't print '\line' as part of procedure title in pagelist items.
|
||||
if (match == "{PROCTITLE}") title = title.Replace("\\line ", "");
|
||||
if (match == "{PROCTITLE2}" || match == "[PROCTITLE2]") return plstr.Replace(match, ""); // this would have been done in proctitle1
|
||||
plstr = plstr.Replace(match, title).Replace("@@","");
|
||||
//svgGroup.Add(PageItemToSvgText(pageItem, title));
|
||||
|
Reference in New Issue
Block a user