Skip to content

Commit 60ba25f

Browse files
authored
british-journal-of-anaesthesia.csl: add comma delimiter between non-sequential citations eg. 1 4 7-9 -> 1, 4, 7-9 (#5313)
* add comma delimiter between successive numbers * update documentation link
2 parents 67e6564 + 4d718a0 commit 60ba25f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

british-journal-of-anaesthesia.csl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<id>http://www.zotero.org/styles/british-journal-of-anaesthesia</id>
77
<link href="http://www.zotero.org/styles/british-journal-of-anaesthesia" rel="self"/>
88
<link href="http://www.zotero.org/styles/vancouver" rel="template"/>
9-
<link href="http://www.oxfordjournals.org/our_journals/bjaint/for_authors/index.html" rel="documentation"/>
9+
<link href="https://bjanaesthesia.org/content/authorinfo" rel="documentation"/>
1010
<author>
1111
<name>Charles Parnot</name>
1212
<uri>http://twitter.com/cparnot</uri>
@@ -215,7 +215,7 @@
215215
<sort>
216216
<key variable="citation-number"/>
217217
</sort>
218-
<layout delimiter=" " vertical-align="sup">
218+
<layout delimiter=", " vertical-align="sup">
219219
<text variable="citation-number"/>
220220
</layout>
221221
</citation>

0 commit comments

Comments
 (0)