closes #880, Suppress author with title leaves comma in MLA style
This commit is contained in:
parent
12380737bf
commit
65e39d7119
14
csl/mla.csl
14
csl/mla.csl
|
@ -91,12 +91,14 @@
|
||||||
<group delimiter=" ">
|
<group delimiter=" ">
|
||||||
<choose>
|
<choose>
|
||||||
<if variable="author editor translator" match="any">
|
<if variable="author editor translator" match="any">
|
||||||
<text macro="author-short"/>
|
<group delimiter=", ">
|
||||||
<choose>
|
<text macro="author-short"/>
|
||||||
<if disambiguate="true">
|
<choose>
|
||||||
<text macro="title-short" prefix=", "/>
|
<if disambiguate="true">
|
||||||
</if>
|
<text macro="title-short"/>
|
||||||
</choose>
|
</if>
|
||||||
|
</choose>
|
||||||
|
</group>
|
||||||
</if>
|
</if>
|
||||||
<else>
|
<else>
|
||||||
<text macro="title-short"/>
|
<text macro="title-short"/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user