www

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

commit 8f1298f45bb6b3910976304b0d2372e455860252
parent ee8c60939a1848d85047c64d73893b55d1f461a0
Author: Simon Kornblith <simon@simonster.com>
Date:   Mon, 28 Jun 2010 19:42:48 +0000

closes #1683, Fix small typo that blocks style install
thanks Frank!


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 @@ -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;