Skip to content

Commit

Permalink
RCN: Fix journal article titles
Browse files Browse the repository at this point in the history
  • Loading branch information
adam3smith committed Sep 28, 2019
1 parent 25cfdd3 commit 36ac1f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion royal-college-of-nursing-harvard.csl
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,11 @@
<text macro="edition"/>
</group>
</if>
<else-if type="article-journal" match="any">
<text variable="title"/>
</else-if>
<else>
<text variable="title" form="long" quotes="true"/>
<text variable="title" quotes="true"/>
</else>
</choose>
</macro>
Expand Down

0 comments on commit 36ac1f6

Please sign in to comment.