closes #824, Error creating MLA bibliography with two books
This commit is contained in:
parent
7ce5c8fa65
commit
1e131937bd
|
@ -2182,7 +2182,7 @@ Zotero.CSL.ItemSet.prototype._copyDisambiguation = function(fromItem, toItem) {
|
|||
|
||||
Zotero.CSL.FormattedString = function(context, format, delimiter, subsequent) {
|
||||
this.context = context;
|
||||
this.option = context.option;
|
||||
this.option = context ? context.option : new XMLList();
|
||||
this.format = format;
|
||||
this.delimiter = delimiter;
|
||||
this.string = "";
|
||||
|
|
Loading…
Reference in New Issue
Block a user