How do I add a space between p. and page number?

Hey everyone, I've tried looking all over the forums for this one and while there are a few similar ones, I actually haven't found the part of this code that lets me do it. If anyone could help me I'd be very grateful!

https://pastebin.com/nAn4H9T6
  • <group>
    <label variable="locator" form="short"/>
    <text variable="locator"/>
    </group>


    should be
    <group delimiter=" ">
    <label variable="locator" form="short"/>
    <text variable="locator"/>
    </group>
  • Thank you so much!
Sign In or Register to comment.