www

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

commit 23eb381ea05a74771bd0c37415b913194fc167d4
parent f25aadb7ad3dcb7a2f6eebf84f2321ef03f644ad
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed, 16 Mar 2011 14:35:02 +0000

support CSL 1.0 dependent styles


Diffstat:
Mchrome/content/zotero/xpcom/style.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/style.js b/chrome/content/zotero/xpcom/style.js @@ -182,7 +182,7 @@ Zotero.Styles = new function() { // look for a parent for each(var link in xml.info.link) { - if(link.@rel == "source") { + if(link.@rel == "source" || link.@rel == "independent-parent") { source = link.@href.toString(); if(source == styleID) { if(!hidden) alert(Zotero.getString('styles.installError', loadURI));