Skip to content

Commit 28c7021

Browse files
authored
Update west-european-politics.csl (JabRef#4900)
missing comma for edited volumes
1 parent 6d06e5e commit 28c7021

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Diff for: west-european-politics.csl

+9-9
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
<issn>0140-2382</issn>
1717
<eissn>1743-9655</eissn>
1818
<summary>WEP</summary>
19-
<updated>2015-12-30T10:11:08+00:00</updated>
19+
<updated>2020-07-01T05:44:25+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
<macro name="editor">
2323
<names variable="editor">
24-
<name delimiter="," and="text"/>
24+
<name delimiter=", " and="text"/>
2525
<label form="short" prefix=" (" suffix=")"/>
2626
</names>
2727
</macro>
@@ -195,8 +195,10 @@
195195
<text macro="editor" suffix=","/>
196196
<text variable="container-title" font-style="italic"/>
197197
</group>
198-
<text term="volume" form="short"/>
199-
<text variable="volume"/>
198+
<group delimiter=" ">
199+
<text term="volume" form="short"/>
200+
<text variable="volume"/>
201+
</group>
200202
<text variable="collection-title" font-style="italic"/>
201203
</group>
202204
<text macro="publisher"/>
@@ -210,13 +212,11 @@
210212
</group>
211213
<group prefix=" ">
212214
<text variable="container-title" font-style="italic" suffix=","/>
213-
<group delimiter=":">
214-
<text variable="volume" prefix=" "/>
215+
<group delimiter=":" prefix=" ">
216+
<text variable="volume"/>
215217
<text variable="issue"/>
216218
</group>
217-
<group>
218-
<text variable="page" prefix=", "/>
219-
</group>
219+
<text variable="page" prefix=", "/>
220220
</group>
221221
</else>
222222
</choose>

0 commit comments

Comments
 (0)