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

This commit is contained in:
Elena Razlogova 2007-12-07 20:40:10 +00:00
parent bbcd904339
commit 99fbf5e85c
3 changed files with 12 additions and 0 deletions

View file

@ -443,7 +443,11 @@
</group>
</if>
</choose>
<choose>
<if variable="page" match="none">
<text variable="URL"/>
</if>
</choose>
</group>
</layout>
</bibliography>

View file

@ -291,7 +291,11 @@
</group>
</if>
</choose>
<choose>
<if variable="page" match="none">
<text variable="URL"/>
</if>
</choose>
</group>
</layout>
</bibliography>

View file

@ -317,7 +317,11 @@
</group>
</if>
</choose>
<choose>
<if variable="page" match="none">
<text variable="URL" prefix=", "/>
</if>
</choose>
</else>
</choose>
</layout>