Skip to content

Commit

Permalink
update style file (#5656)
Browse files Browse the repository at this point in the history
We needed to fix a bug where magazine author names appeared in bibliographies incorrectly.
  • Loading branch information
USITC-Zotero authored Oct 10, 2021
1 parent e5f6066 commit 6b4965f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions united-states-international-trade-commission.csl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<category citation-format="note"/>
<category field="generic-base"/>
<summary>A bibliographical style file for the United States International Trade Commission</summary>
<updated>2021-06-22T19:55:15+00:00</updated>
<updated>2021-10-07T15:21:08+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xml:lang="en">
Expand Down Expand Up @@ -195,7 +195,7 @@
<choose>
<if type="article-magazine" match="all" variable="author">
<names variable="author">
<name and="text"/>
<name and="text" delimiter-precedes-last="always" name-as-sort-order="first"/>
<substitute>
<text macro="editor"/>
</substitute>
Expand Down

0 comments on commit 6b4965f

Please sign in to comment.