www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 9620fe02595ecc858a0f4c36bc9be7766c11e50f
parent 0a29fe95a8a7e4cd53d8e844f93b429420fe9e51
Author: Sean Takats <sean@takats.org>
Date:   Fri, 30 Nov 2007 13:12:14 +0000

Adds period to Ibid.


Diffstat:
Mcsl/chicago-fullnote-bibliography.csl | 4++--
Mcsl/chicago-note.csl | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/csl/chicago-fullnote-bibliography.csl b/csl/chicago-fullnote-bibliography.csl @@ -171,12 +171,12 @@ <choose> <if position="ibid-with-locator"> <group delimiter=", "> - <text term="ibid" text-case="capitalize-first"/> + <text term="ibid" text-case="capitalize-first" suffix="."/> <text variable="locator"/> </group> </if> <else-if position="ibid"> - <text term="ibid" text-case="capitalize-first"/> + <text term="ibid" text-case="capitalize-first" suffix="."/> </else-if> <else-if position="subsequent"> <group delimiter=", "> diff --git a/csl/chicago-note.csl b/csl/chicago-note.csl @@ -171,12 +171,12 @@ <choose> <if position="ibid-with-locator"> <group delimiter=", "> - <text term="ibid" text-case="capitalize-first"/> + <text term="ibid" text-case="capitalize-first" suffix="."/> <text variable="locator"/> </group> </if> <else-if position="ibid"> - <text term="ibid" text-case="capitalize-first"/> + <text term="ibid" text-case="capitalize-first" suffix="."/> </else-if> <else-if position="subsequent"> <group delimiter=", ">