www

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

commit c1456b6d0adeafa0d863188888864705c692e258
parent 80e3e40235fcc6e03241a8445946e2589df44285
Author: Simon Kornblith <simon@simonster.com>
Date:   Fri, 30 Nov 2007 20:12:15 +0000

- fixes comma issue with two names in Chicago footnote style
- remove question marks from "report" type in cite.js


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

diff --git a/csl/chicago-fullnote-bibliography.csl b/csl/chicago-fullnote-bibliography.csl @@ -40,7 +40,7 @@ <macro name="author"> <names variable="author"> <name and="text" sort-separator=", " - delimiter=", " delimiter-precedes-last="always"/> + delimiter=", "/> <label form="short" prefix=", " suffix="."/> <substitute> <names variable="editor"/> diff --git a/csl/chicago-note.csl b/csl/chicago-note.csl @@ -40,7 +40,7 @@ <macro name="author"> <names variable="author"> <name and="text" sort-separator=", " - delimiter=", " delimiter-precedes-last="always"/> + delimiter=", "/> <label form="short" prefix=", " suffix="."/> <substitute> <names variable="editor"/> @@ -51,7 +51,7 @@ <macro name="author-full"> <names variable="author"> <name and="text" sort-separator=", " - delimiter=", " delimiter-precedes-last="always"/> + delimiter=", "/> <label form="short" prefix=", " suffix="."/> <substitute> <names variable="editor"/>