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
https://pastebin.com/nAn4H9T6
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
<group>
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>
should be
<group delimiter=" ">
<label variable="locator" form="short"/>
<text variable="locator"/>
</group>