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 12380737bf
commit 65e39d7119

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