closes #880, Suppress author with title leaves comma in MLA style

This commit is contained in:
Elena Razlogova 2008-01-11 10:39:57 +00:00
parent f75132e15f
commit cb3b4fe5b1

View File

@ -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"/>