closes #1683, Fix small typo that blocks style install

thanks Frank!
This commit is contained in:
Simon Kornblith 2010-06-28 19:42:48 +00:00
parent ee8c60939a
commit 8f1298f45b

View file

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