Skip to content

Commit

Permalink
JCL: Fix formatting & space before locator
Browse files Browse the repository at this point in the history
  • Loading branch information
adam3smith committed Feb 25, 2020
1 parent adfc9b0 commit 31bacc1
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions the-journal-of-comparative-law.csl
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@
<else-if type="bill">
<text macro="issued-year"/>
</else-if>
<else>
<text macro="issued-year" prefix="(" suffix=")"/>
</else>
<else>
<text macro="issued-year" prefix="(" suffix=")"/>
</else>
</choose>
</macro>
<!--publication info -->
Expand Down Expand Up @@ -217,10 +217,10 @@
</choose>
</macro>
<macro name="page-and-locator">
<group delimiter=" ">
<text variable="page-first"/>
<text variable="locator" prefix="at "/>
</group>
<group delimiter=" ">
<text variable="page-first"/>
<text variable="locator" prefix="at "/>
</group>
</macro>
<!--Others -->
<macro name="manuscript-catchall">
Expand All @@ -234,9 +234,9 @@
<choose>
<if variable="URL">
<group delimiter=" ">
<text term="available at" text-case="capitalize-first" suffix=":"/>
<text variable="URL" prefix="&lt;" suffix="&gt;"/>
</group>
<text term="available at" text-case="capitalize-first" suffix=":"/>
<text variable="URL" prefix="&lt;" suffix="&gt;"/>
</group>
</if>
</choose>
</macro>
Expand All @@ -245,20 +245,20 @@
<choose>
<if position="ibid-with-locator">
<group delimiter=" ">
<text term="ibid"/>
<text term="ibid"/>
<text variable="locator" prefix="at "/>
</group>
</group>
</if>
<else-if position="ibid">
<text term="ibid"/>
</else-if>
<else-if position="subsequent">
<group delimiter=" ">
<text macro="author-short"/>
<text macro="title-short"/>
<text variable="first-reference-note-number" prefix="supra note "/>
<text variable="locator" prefix=" at"/>
</group>
<text macro="title-short"/>
<text variable="first-reference-note-number" prefix="supra note "/>
<text variable="locator" prefix="at "/>
</group>
</else-if>
<else>
<!--general whole citation -->
Expand Down

0 comments on commit 31bacc1

Please sign in to comment.