diff --git a/chrome/content/zotero/xpcom/style.js b/chrome/content/zotero/xpcom/style.js index d493aef789..975433afa5 100644 --- 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));