non breaking space between page and number

Hey
can you help me?
When citing in-text, I want to have a non breaking space between "S." and >page number<
"S." is the german equivalent for "p."

This is how my .csl looks like right now.
https://gist.github.com/anonymous/cd1305d7937cb1b83414#file-gistfile1-txt

Thanks to all experts out there.
Best
Simon
  • Try the HTML code for the non-breaking space, i.e.

    &amp;#160;
  • Hey zuphilip,

    thanks for this information.
    Can you give me a hint in which section I should insert this code?

    Thanks a lot
    Simon
  • edited June 29, 2015
    There may be other instances, but to start change
    <label variable="locator" form="short" suffix=" "/>
    </else>
    </choose>
    </if>
    <else>
    <label variable="locator" form="short" suffix=" "/>


    to

    <label variable="locator" form="short" suffix="&amp;#160;"/>
    </else>
    </choose>
    </if>
    <else>
    <label variable="locator" form="short" suffix="&amp;#160;"/>
Sign In or Register to comment.