commit 2b752a05a4a2b2e7b42466eb1338a4862b35aa26 parent e1d8c20fbd6f602d58316f20891572ff0e917915 Author: Elena Razlogova <elena.razlogova@gmail.com> Date: Fri, 21 Mar 2008 03:01:44 +0000 Turning off sentence case in APA Diffstat:
| M | csl/apa.csl | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/csl/apa.csl b/csl/apa.csl @@ -73,10 +73,10 @@ <macro name="title"> <choose> <if type="book"> - <text variable="title" text-case="sentence" font-style="italic"/> + <text variable="title" font-style="italic"/> </if> <else> - <text variable="title" text-case="sentence"/> + <text variable="title"/> </else> </choose> </macro>