Skip to content

Commit 0eea734

Browse files
authored
Fix a delimiter in journal-of-the-royal-society-of-western-australia.csl (#4811)
1 parent 1cbe790 commit 0eea734

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

journal-of-the-royal-society-of-western-australia.csl

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<category citation-format="author-date"/>
1414
<category field="geography"/>
1515
<issn>0035-922X</issn>
16-
<updated>2020-05-07T14:13:27+00:00</updated>
16+
<updated>2020-05-19T10:51:24+00:00</updated>
1717
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
1818
</info>
1919
<macro name="editor">
@@ -52,10 +52,10 @@
5252
<macro name="access">
5353
<choose>
5454
<if variable="DOI" match="any">
55-
<text variable="DOI" prefix=", "/>
55+
<text variable="DOI"/>
5656
</if>
5757
<else-if variable="URL">
58-
<text value="Available at:" prefix=" " suffix=" "/>
58+
<text value="Available at:" suffix=" "/>
5959
<text variable="URL"/>
6060
<group prefix=" [" suffix="]">
6161
<text term="accessed" text-case="capitalize-first" suffix=" "/>
@@ -205,7 +205,7 @@
205205
<key variable="title"/>
206206
</sort>
207207
<layout>
208-
<group suffix=".">
208+
<group delimiter=". ">
209209
<group delimiter=". ">
210210
<group delimiter=" ">
211211
<text macro="author"/>
@@ -269,8 +269,8 @@
269269
</else>
270270
</choose>
271271
</group>
272+
<text macro="access"/>
272273
</group>
273-
<text macro="access"/>
274274
</layout>
275275
</bibliography>
276276
</style>

0 commit comments

Comments
 (0)