closes #880, Suppress author with title leaves comma in MLA style
This commit is contained in:
parent
12380737bf
commit
65e39d7119
1 changed files with 8 additions and 6 deletions
14
csl/mla.csl
14
csl/mla.csl
|
@ -91,12 +91,14 @@
|
|||
<group delimiter=" ">
|
||||
<choose>
|
||||
<if variable="author editor translator" match="any">
|
||||
<text macro="author-short"/>
|
||||
<choose>
|
||||
<if disambiguate="true">
|
||||
<text macro="title-short" prefix=", "/>
|
||||
</if>
|
||||
</choose>
|
||||
<group delimiter=", ">
|
||||
<text macro="author-short"/>
|
||||
<choose>
|
||||
<if disambiguate="true">
|
||||
<text macro="title-short"/>
|
||||
</if>
|
||||
</choose>
|
||||
</group>
|
||||
</if>
|
||||
<else>
|
||||
<text macro="title-short"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue