Skip to content

Commit 36ac1f6

Browse files
committed
RCN: Fix journal article titles
1 parent 25cfdd3 commit 36ac1f6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

royal-college-of-nursing-harvard.csl

+4-1
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,11 @@
146146
<text macro="edition"/>
147147
</group>
148148
</if>
149+
<else-if type="article-journal" match="any">
150+
<text variable="title"/>
151+
</else-if>
149152
<else>
150-
<text variable="title" form="long" quotes="true"/>
153+
<text variable="title" quotes="true"/>
151154
</else>
152155
</choose>
153156
</macro>

0 commit comments

Comments
 (0)