modified substitution to use container-title for articles
This commit is contained in:
parent
6199cb0f65
commit
bcd577afe1
1 changed files with 5 additions and 1 deletions
|
@ -28,7 +28,11 @@
|
|||
<substitute>
|
||||
<names variable="editor"/>
|
||||
<names variable="translator"/>
|
||||
<text macro="title"/>
|
||||
<choose>
|
||||
<if type="article">
|
||||
<text variable="container-title"/>
|
||||
</if>
|
||||
</choose>
|
||||
</substitute>
|
||||
</names>
|
||||
</macro>
|
||||
|
|
Loading…
Reference in a new issue