Skip to content

Commit

Permalink
Affix fix for apa.csl
Browse files Browse the repository at this point in the history
  • Loading branch information
rmzelle committed Dec 23, 2011
1 parent bbb86bc commit 3c62f6d
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions apa.csl
Original file line number Diff line number Diff line change
Expand Up @@ -191,14 +191,16 @@
</group>
</else-if>
<else>
<choose>
<if variable="event" match="none">
<text variable="genre" suffix=", "/>
</if>
</choose>
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
<group delimiter=", ">
<choose>
<if variable="event" match="none">
<text variable="genre"/>
</if>
</choose>
<group delimiter=": ">
<text variable="publisher-place"/>
<text variable="publisher"/>
</group>
</group>
</else>
</choose>
Expand Down

0 comments on commit 3c62f6d

Please sign in to comment.