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>
|
||||
<if position="ibid-with-locator">
|
||||
<group delimiter=", ">
|
||||
<text term="ibid" text-case="capitalize-first"/>
|
||||
<text term="ibid" text-case="capitalize-first" suffix="."/>
|
||||
<text variable="locator"/>
|
||||
</group>
|
||||
</if>
|
||||
<else-if position="ibid">
|
||||
<text term="ibid" text-case="capitalize-first"/>
|
||||
<text term="ibid" text-case="capitalize-first" suffix="."/>
|
||||
</else-if>
|
||||
<else-if position="subsequent">
|
||||
<group delimiter=", ">
|
||||
|
|
|
@ -171,12 +171,12 @@
|
|||
<choose>
|
||||
<if position="ibid-with-locator">
|
||||
<group delimiter=", ">
|
||||
<text term="ibid" text-case="capitalize-first"/>
|
||||
<text term="ibid" text-case="capitalize-first" suffix="."/>
|
||||
<text variable="locator"/>
|
||||
</group>
|
||||
</if>
|
||||
<else-if position="ibid">
|
||||
<text term="ibid" text-case="capitalize-first"/>
|
||||
<text term="ibid" text-case="capitalize-first" suffix="."/>
|
||||
</else-if>
|
||||
<else-if position="subsequent">
|
||||
<group delimiter=", ">
|
||||
|
|
Loading…
Add table
Reference in a new issue