www

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

commit 99fbf5e85c719a3f7abfe7c0325a459d89633cb5
parent bbcd904339cb71e44f6c0214eb3fcdc03b8d347b
Author: Elena Razlogova <elena.razlogova@gmail.com>
Date:   Fri,  7 Dec 2007 20:40:10 +0000

adding back condition for displaying url because zotero preference applies only to journal articles


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

diff --git a/csl/chicago-fullnote-bibliography.csl b/csl/chicago-fullnote-bibliography.csl @@ -443,7 +443,11 @@ </group> </if> </choose> + <choose> + <if variable="page" match="none"> <text variable="URL"/> + </if> + </choose> </group> </layout> </bibliography> diff --git a/csl/chicago-note-bibliography.csl b/csl/chicago-note-bibliography.csl @@ -291,7 +291,11 @@ </group> </if> </choose> + <choose> + <if variable="page" match="none"> <text variable="URL"/> + </if> + </choose> </group> </layout> </bibliography> diff --git a/csl/chicago-note.csl b/csl/chicago-note.csl @@ -317,7 +317,11 @@ </group> </if> </choose> + <choose> + <if variable="page" match="none"> <text variable="URL" prefix=", "/> + </if> + </choose> </else> </choose> </layout>