Skip to content
forked from JabRef/jabref

Commit 31bacc1

Browse files
committed
JCL: Fix formatting & space before locator
1 parent adfc9b0 commit 31bacc1

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

the-journal-of-comparative-law.csl

+16-16
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@
124124
<else-if type="bill">
125125
<text macro="issued-year"/>
126126
</else-if>
127-
<else>
128-
<text macro="issued-year" prefix="(" suffix=")"/>
129-
</else>
127+
<else>
128+
<text macro="issued-year" prefix="(" suffix=")"/>
129+
</else>
130130
</choose>
131131
</macro>
132132
<!--publication info -->
@@ -217,10 +217,10 @@
217217
</choose>
218218
</macro>
219219
<macro name="page-and-locator">
220-
<group delimiter=" ">
221-
<text variable="page-first"/>
222-
<text variable="locator" prefix="at "/>
223-
</group>
220+
<group delimiter=" ">
221+
<text variable="page-first"/>
222+
<text variable="locator" prefix="at "/>
223+
</group>
224224
</macro>
225225
<!--Others -->
226226
<macro name="manuscript-catchall">
@@ -234,9 +234,9 @@
234234
<choose>
235235
<if variable="URL">
236236
<group delimiter=" ">
237-
<text term="available at" text-case="capitalize-first" suffix=":"/>
238-
<text variable="URL" prefix="&lt;" suffix="&gt;"/>
239-
</group>
237+
<text term="available at" text-case="capitalize-first" suffix=":"/>
238+
<text variable="URL" prefix="&lt;" suffix="&gt;"/>
239+
</group>
240240
</if>
241241
</choose>
242242
</macro>
@@ -245,20 +245,20 @@
245245
<choose>
246246
<if position="ibid-with-locator">
247247
<group delimiter=" ">
248-
<text term="ibid"/>
248+
<text term="ibid"/>
249249
<text variable="locator" prefix="at "/>
250-
</group>
250+
</group>
251251
</if>
252252
<else-if position="ibid">
253253
<text term="ibid"/>
254254
</else-if>
255255
<else-if position="subsequent">
256256
<group delimiter=" ">
257257
<text macro="author-short"/>
258-
<text macro="title-short"/>
259-
<text variable="first-reference-note-number" prefix="supra note "/>
260-
<text variable="locator" prefix=" at"/>
261-
</group>
258+
<text macro="title-short"/>
259+
<text variable="first-reference-note-number" prefix="supra note "/>
260+
<text variable="locator" prefix="at "/>
261+
</group>
262262
</else-if>
263263
<else>
264264
<!--general whole citation -->

0 commit comments

Comments
 (0)