Normal Braces become Square Brackets

Hello everyone,
I have created a citation style for a journal and there is an issue that this ")" always transforms to "]". As far as I see the code this should not happen. Can anybody help me please?

All the best and thanks in advance!


https://s3.amazonaws.com/zotero.org/images/forums/u18402153/gte499o7p5oacwrffo9d.png
https://s3.amazonaws.com/zotero.org/images/forums/u18402153/4cm1bmosqhgo9xpdrz88.png
  • adding isolated parentheses as affixes tends to confuse the processor. You should put a group around
    <text variable="publisher" suffix=" "/>
    <date date-parts="year" form="text" variable="issued" suffix="),"/>

    and then set the parentheses on the group, so something like


    <group prefix="(" suffix=")," delimiter=" ">
    <text variable="publisher"/>
    <date date-parts="year" form="text" variable="issued"/>
    </group>
Sign In or Register to comment.