mirror of
https://github.com/zotero/zotero.git
synced 2026-09-17 23:51:18 +00:00
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…
Add table
Reference in a new issue