Skip to content

Commit

Permalink
Patch 3 (#5825)
Browse files Browse the repository at this point in the history
Added missing publisher-place text to book
  • Loading branch information
simomac committed Jan 5, 2022
1 parent 0220ba2 commit 22d8be0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions harvard-imperial-college-london.csl
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<updated>2021-09-28T14:37:15+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>
<macro name="editor">
<names variable="editor" >
<macro name="editor">
<names variable="editor">
<name and="symbol" delimiter=", " initialize-with="."/>
<label form="short" prefix=" (" suffix=")"/>
</names>
Expand Down Expand Up @@ -90,7 +90,10 @@
<group delimiter=", " suffix=".">
<choose>
<if type="report" match="none">
<text variable="publisher"/>
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</if>
</choose>
</group>
Expand Down

0 comments on commit 22d8be0

Please sign in to comment.