commit 5990ac061891e5ca1173e693e632b488bb05ca0b
parent 8ef3f4197e59a4d2f86f481459006b12837b4196
Author: Dan Stillman <dstillman@zotero.org>
Date: Thu, 14 Aug 2008 19:51:55 +0000
Add Edition to MLA book section as well
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/csl/mla-underline.csl b/csl/mla-underline.csl
@@ -143,6 +143,7 @@
<else-if type="chapter">
<group class="container">
<text variable="container-title" text-decoration="underline" prefix=" " suffix="."/>
+ <text macro="edition" prefix=" " suffix="."/>
<text macro="editor-translator" prefix=" " suffix="."/>
<text macro="publisher-year" prefix=" " suffix="."/>
</group>
diff --git a/csl/mla.csl b/csl/mla.csl
@@ -146,6 +146,7 @@
<else-if type="chapter">
<group class="container">
<text variable="container-title" font-style="italic" prefix=" " suffix="."/>
+ <text macro="edition" prefix=" " suffix="."/>
<text macro="editor-translator" prefix=" " suffix="."/>
<text macro="publisher-year" prefix=" " suffix="."/>
</group>