www

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

commit c8da73bd48804e407ea99770fe0b5bf2cc221f3d
parent 9751b5948cda985fe362bdeffdc6678603962351
Author: Bruce D'Arcus <bdarcus@gmail.com>
Date:   Tue, 25 Mar 2008 17:32:14 +0000

fixed spurious period

Diffstat:
Mcsl/apa.csl | 11++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/csl/apa.csl b/csl/apa.csl @@ -9,6 +9,9 @@ <name>Simon Kornblith</name> <email>simon@simonster.com</email> </author> + <contributor> + <name>Bruce D'Arcus</name> + </contributor> <category term="psychology"/> <category term="generic-base"/> <category term="author-date"/> @@ -179,9 +182,11 @@ <text macro="edition" prefix=" (" suffix=")"/> <text variable="volume" prefix=", "/> <text variable="issue" prefix="(" suffix=")"/> - <text macro="pages"/> - <text macro="publisher" prefix=". "/> - <text macro="access" prefix=". " /> + <group delimiter=". "> + <text macro="pages"/> + <text macro="publisher" prefix=". "/> + <text macro="access" prefix=". " /> + </group> </layout> </bibliography> </style>