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:
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>