diff --git a/chrome/content/zotero/xpcom/mimeTypeHandler.js b/chrome/content/zotero/xpcom/mimeTypeHandler.js index 2eae38230..feffcb4cd 100644 --- a/chrome/content/zotero/xpcom/mimeTypeHandler.js +++ b/chrome/content/zotero/xpcom/mimeTypeHandler.js @@ -50,7 +50,7 @@ Zotero.MIMETypeHandler = new function () { this.addHandler("application/x-endnote-refer", Zotero.Ingester.importHandler, true); this.addHandler("application/x-research-info-systems", Zotero.Ingester.importHandler, true); } - this.addHandler("text/x-csl", function(a1, a2, a3) { Zotero.Styles.install(a1, a2, a3) }); + this.addHandler("text/x-csl", function(a1, a2) { Zotero.Styles.install(a1, a2) }); } /**