parent
ee8c60939a
commit
8f1298f45b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue