Skip to content

Commit

Permalink
Update civilta-italiana.csl (#5531)
Browse files Browse the repository at this point in the history
Fixed the lowercase characters on the ibids, now if they are at the beginning of the citation they are correctly capitalised.
  • Loading branch information
Pepppino authored Jun 28, 2021
1 parent 3ea7d02 commit 36ba508
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions civilta-italiana.csl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<category citation-format="note"/>
<category field="humanities"/>
<summary>AIPI Style used in Civiltà Italiana series by Cesati (Italian), based on Ius Ecclesiae style and University of Bologna style, with added support for manuscripts and archive documents.</summary>
<updated>2021-03-22T00:00:00+01:00</updated>
<updated>2021-06-27T17:00:00+01:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="it">
Expand Down Expand Up @@ -252,11 +252,11 @@
<layout prefix="" suffix="." delimiter="; ">
<choose>
<if position="ibid-with-locator">
<text term="ibid" form="short" text-case="lowercase"/>
<text term="ibid" form="short"/>
<text macro="pageref" prefix=", "/>
</if>
<else-if position="ibid">
<text term="ibid" form="long" text-case="lowercase" font-style="italic"/>
<text term="ibid" form="long" font-style="italic"/>
</else-if>
<else-if position="subsequent">
<group delimiter=", ">
Expand Down

0 comments on commit 36ba508

Please sign in to comment.