Skip to content

Commit c563f03

Browse files
authored
Update mla8 and mla9 (#5859)
closes citation-style-language/styles#5352
1 parent 98d6a03 commit c563f03

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

modern-language-association-8th-edition.csl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,11 @@
193193
</group>
194194
</macro>
195195
<macro name="publisher">
196-
<text variable="publisher"/>
196+
<choose>
197+
<if type="article-magazine article-newspaper article-journal" match="none">
198+
<text variable="publisher"/>
199+
</if>
200+
</choose>
197201
</macro>
198202
<macro name="publication-date">
199203
<choose>

modern-language-association.csl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,11 @@
194194
</group>
195195
</macro>
196196
<macro name="publisher">
197-
<text variable="publisher"/>
197+
<choose>
198+
<if type="article-magazine article-newspaper article-journal" match="none">
199+
<text variable="publisher"/>
200+
</if>
201+
</choose>
198202
</macro>
199203
<macro name="publication-date">
200204
<choose>

0 commit comments

Comments
 (0)