Permalink
Browse files

APA (single-spaced) bug fix (#3624)

Somehow missed this one in 8604279
  • Loading branch information...
bwiernik authored and adam3smith committed Jul 26, 2018
1 parent 027d5ea commit a10698f4f1ae499d678d3cd5efcee138b543a025
Showing with 2 additions and 2 deletions.
  1. +2 −2 apa-single-spaced.csl
@@ -764,12 +764,12 @@
<text macro="original-date"/>
</group>
</if>
<else>
<else-if variable="original-date">
<group prefix=" (" suffix=")" delimiter=" ">
<text macro="original-published"/>
<text macro="original-date"/>
</group>
</else>
</else-if>
</choose>
</layout>
</bibliography>

0 comments on commit a10698f

Please sign in to comment.