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