Skip to content

Commit 4bab1ad

Browse files
Update early-christianity.csl (#5289)
1 parent 636ba78 commit 4bab1ad

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

early-christianity.csl

+15-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" page-range-format="chicago" demote-non-dropping-particle="sort-only">
2+
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" page-range-format="chicago" demote-non-dropping-particle="sort-only" initialize-with=".">
33
<info>
44
<title>Early Christianity</title>
55
<title-short>EC</title-short>
@@ -16,7 +16,7 @@
1616
<issn>1868-7032</issn>
1717
<eissn>1868-8020</eissn>
1818
<summary>Early Christianity</summary>
19-
<updated>2021-02-18T19:00:00+00:00</updated>
19+
<updated>2021-02-22T21:28:33+00: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="en">
@@ -592,7 +592,7 @@
592592
<choose>
593593
<if type="article-journal">
594594
<text variable="volume" prefix=" "/>
595-
<text variable="issue" prefix="/"/>
595+
<text variable="issue" prefix="."/>
596596
<text macro="issued" prefix=" (" suffix=")"/>
597597
</if>
598598
<else-if variable="publisher-place publisher" match="any">
@@ -720,24 +720,30 @@
720720
<if position="ibid-with-locator">
721721
<group delimiter=", ">
722722
<text macro="contributors-short"/>
723-
<text macro="title-short"/>
724-
<text variable="first-reference-note-number" prefix="(see n. " suffix=")"/>
723+
<group delimiter=" ">
724+
<text macro="title-short"/>
725+
<text variable="first-reference-note-number" prefix="(see n. " suffix=")"/>
726+
</group>
725727
<text macro="point-locators-subsequent"/>
726728
</group>
727729
</if>
728730
<else-if position="ibid">
729731
<group delimiter=", ">
730732
<text macro="contributors-short"/>
731-
<text macro="title-short"/>
732-
<text variable="first-reference-note-number" prefix="(see n. " suffix=")"/>
733+
<group delimiter=" ">
734+
<text macro="title-short"/>
735+
<text variable="first-reference-note-number" prefix="(see n. " suffix=")"/>
736+
</group>
733737
<text macro="point-locators-subsequent"/>
734738
</group>
735739
</else-if>
736740
<else-if position="subsequent">
737741
<group delimiter=", ">
738742
<text macro="contributors-short"/>
739-
<text macro="title-short"/>
740-
<text variable="first-reference-note-number" prefix="(see n. " suffix=")"/>
743+
<group delimiter=" ">
744+
<text macro="title-short"/>
745+
<text variable="first-reference-note-number" prefix="(see n. " suffix=")"/>
746+
</group>
741747
<text macro="point-locators-subsequent"/>
742748
</group>
743749
</else-if>

0 commit comments

Comments
 (0)