commit 65e39d7119eafe22a822d09cf303f3feabe49b15 parent 12380737bf9997e863594b2c81d056aa139a9118 Author: Elena Razlogova <elena.razlogova@gmail.com> Date: Fri, 11 Jan 2008 10:39:57 +0000 closes #880, Suppress author with title leaves comma in MLA style Diffstat:
| M | csl/mla.csl | | | 14 | ++++++++------ |
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/csl/mla.csl b/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"/>