|
1 | 1 | <?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="."> |
3 | 3 | <info> |
4 | 4 | <title>Early Christianity</title> |
5 | 5 | <title-short>EC</title-short> |
|
16 | 16 | <issn>1868-7032</issn> |
17 | 17 | <eissn>1868-8020</eissn> |
18 | 18 | <summary>Early Christianity</summary> |
19 | | - <updated>2021-02-18T19:00:00+00:00</updated> |
| 19 | + <updated>2021-02-22T21:28:33+00:00</updated> |
20 | 20 | <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights> |
21 | 21 | </info> |
22 | 22 | <locale xml:lang="en"> |
|
592 | 592 | <choose> |
593 | 593 | <if type="article-journal"> |
594 | 594 | <text variable="volume" prefix=" "/> |
595 | | - <text variable="issue" prefix="/"/> |
| 595 | + <text variable="issue" prefix="."/> |
596 | 596 | <text macro="issued" prefix=" (" suffix=")"/> |
597 | 597 | </if> |
598 | 598 | <else-if variable="publisher-place publisher" match="any"> |
|
720 | 720 | <if position="ibid-with-locator"> |
721 | 721 | <group delimiter=", "> |
722 | 722 | <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> |
725 | 727 | <text macro="point-locators-subsequent"/> |
726 | 728 | </group> |
727 | 729 | </if> |
728 | 730 | <else-if position="ibid"> |
729 | 731 | <group delimiter=", "> |
730 | 732 | <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> |
733 | 737 | <text macro="point-locators-subsequent"/> |
734 | 738 | </group> |
735 | 739 | </else-if> |
736 | 740 | <else-if position="subsequent"> |
737 | 741 | <group delimiter=", "> |
738 | 742 | <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> |
741 | 747 | <text macro="point-locators-subsequent"/> |
742 | 748 | </group> |
743 | 749 | </else-if> |
|
0 commit comments