Skip to content

Commit 2523a56

Browse files
authored
MHRA: Options for place of publication (#7483)
1 parent 4531646 commit 2523a56

3 files changed

+577
-8
lines changed

modern-humanities-research-association-author-date.csl

+8-4
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,14 @@
194194
<text variable="publisher"/>
195195
</if>
196196
<else>
197-
<group delimiter=": ">
198-
<!-- <text variable="publisher-place"/> -->
199-
<text variable="publisher"/>
200-
</group>
197+
<choose>
198+
<if match="none" variable="publisher">
199+
<text variable="publisher-place"/>
200+
</if>
201+
<else>
202+
<text variable="publisher"/>
203+
</else>
204+
</choose>
201205
</else>
202206
</choose>
203207
</macro>

0 commit comments

Comments
 (0)