Adds period to Ibid.
This commit is contained in:
parent
0a29fe95a8
commit
9620fe0259
2 changed files with 4 additions and 4 deletions
|
@ -171,12 +171,12 @@
|
||||||
<choose>
|
<choose>
|
||||||
<if position="ibid-with-locator">
|
<if position="ibid-with-locator">
|
||||||
<group delimiter=", ">
|
<group delimiter=", ">
|
||||||
<text term="ibid" text-case="capitalize-first"/>
|
<text term="ibid" text-case="capitalize-first" suffix="."/>
|
||||||
<text variable="locator"/>
|
<text variable="locator"/>
|
||||||
</group>
|
</group>
|
||||||
</if>
|
</if>
|
||||||
<else-if position="ibid">
|
<else-if position="ibid">
|
||||||
<text term="ibid" text-case="capitalize-first"/>
|
<text term="ibid" text-case="capitalize-first" suffix="."/>
|
||||||
</else-if>
|
</else-if>
|
||||||
<else-if position="subsequent">
|
<else-if position="subsequent">
|
||||||
<group delimiter=", ">
|
<group delimiter=", ">
|
||||||
|
|
|
@ -171,12 +171,12 @@
|
||||||
<choose>
|
<choose>
|
||||||
<if position="ibid-with-locator">
|
<if position="ibid-with-locator">
|
||||||
<group delimiter=", ">
|
<group delimiter=", ">
|
||||||
<text term="ibid" text-case="capitalize-first"/>
|
<text term="ibid" text-case="capitalize-first" suffix="."/>
|
||||||
<text variable="locator"/>
|
<text variable="locator"/>
|
||||||
</group>
|
</group>
|
||||||
</if>
|
</if>
|
||||||
<else-if position="ibid">
|
<else-if position="ibid">
|
||||||
<text term="ibid" text-case="capitalize-first"/>
|
<text term="ibid" text-case="capitalize-first" suffix="."/>
|
||||||
</else-if>
|
</else-if>
|
||||||
<else-if position="subsequent">
|
<else-if position="subsequent">
|
||||||
<group delimiter=", ">
|
<group delimiter=", ">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue