diff --git a/chrome/content/zotero/xpcom/style.js b/chrome/content/zotero/xpcom/style.js index 5390e2a9e..006588da9 100644 --- a/chrome/content/zotero/xpcom/style.js +++ b/chrome/content/zotero/xpcom/style.js @@ -398,7 +398,7 @@ Zotero.Style = function(arg) { this.source = null; for each(var link in xml.info.link) { - if(link.@rel == "source") { + if(link.@rel == "source" || link.@rel == "independent-parent") { this.source = link.@href.toString(); if(this.source == this.styleID) { throw "Style with ID "+this.styleID+" references itself as source";