Skip to content

Commit

Permalink
fix delimiter issue for bioscience.csl (#4876)
Browse files Browse the repository at this point in the history
  • Loading branch information
POBrien333 committed Jun 20, 2020
1 parent 4d97aab commit e433c99
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions bioscience.csl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<category field="biology"/>
<issn>0006-3568</issn>
<eissn>1525-3244</eissn>
<updated>2020-03-30T09:19:37+00:00</updated>
<updated>2020-06-19T08:49:33+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<macro name="author">
Expand Down Expand Up @@ -148,11 +148,15 @@
</group>
</else-if>
<else>
<group>
<group delimiter=". ">
<text macro="title"/>
<text variable="container-title" suffix=" " form="long"/>
<text variable="volume" suffix=": "/>
<text variable="page"/>
<group delimiter=" ">
<text variable="container-title" form="long"/>
<group delimiter=": ">
<text variable="volume"/>
<text variable="page"/>
</group>
</group>
</group>
</else>
</choose>
Expand Down

0 comments on commit e433c99

Please sign in to comment.