Skip to content

Commit 36ba508

Browse files
authored
Update civilta-italiana.csl (#5531)
Fixed the lowercase characters on the ibids, now if they are at the beginning of the citation they are correctly capitalised.
1 parent 3ea7d02 commit 36ba508

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

civilta-italiana.csl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<category citation-format="note"/>
1717
<category field="humanities"/>
1818
<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>
19-
<updated>2021-03-22T00:00:00+01:00</updated>
19+
<updated>2021-06-27T17:00:00+01:00</updated>
2020
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
2121
</info>
2222
<locale xml:lang="it">
@@ -252,11 +252,11 @@
252252
<layout prefix="" suffix="." delimiter="; ">
253253
<choose>
254254
<if position="ibid-with-locator">
255-
<text term="ibid" form="short" text-case="lowercase"/>
255+
<text term="ibid" form="short"/>
256256
<text macro="pageref" prefix=", "/>
257257
</if>
258258
<else-if position="ibid">
259-
<text term="ibid" form="long" text-case="lowercase" font-style="italic"/>
259+
<text term="ibid" form="long" font-style="italic"/>
260260
</else-if>
261261
<else-if position="subsequent">
262262
<group delimiter=", ">

0 commit comments

Comments
 (0)