From 8f1298f45bb6b3910976304b0d2372e455860252 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Mon, 28 Jun 2010 19:42:48 +0000 Subject: [PATCH] closes #1683, Fix small typo that blocks style install thanks Frank! --- chrome/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 index 02ab1a242..1336a8d50 100644 --- a/chrome/content/zotero/xpcom/style.js +++ b/chrome/content/zotero/xpcom/style.js @@ -156,7 +156,7 @@ Zotero.Styles = new function() { var xml = enConverter.parse(); } else { // CSL - var xml = new XML(this.cleanXML(xml)); + var xml = new XML(this.cleanXML(style)); } } catch(e) { error = e;