by robdocsmith on Wed Apr 07, 2021 4:29 pm
Are you using the standard System.PageNumber variable? The default System.PageNumber variable doesn't include hyphens. For example, I use it in my footer like this:
<p class="footertext">Page <MadCap:variable xhtml:name="System.PageNumber" /></p>
The type of Page numbering itself is defined in the TOC Editor. Check that in the Printed Output section for a document in your TOC, the Page Number section isn't specifying adding hyphens (for example in my docs I use chapter numbering so I have the string "{chapnum}-{n}" and the format is set to text. The final page number in the footer looks like "Page 6-12").
Rob