Fix sorting bug
This commit is contained in:
parent
ecaa599bec
commit
a68e91b0af
1 changed files with 1 additions and 2 deletions
|
@ -996,10 +996,9 @@ Zotero.CSL.prototype._processElements = function(item, element, formattedString,
|
|||
|
||||
variableString.append(string, newChild);
|
||||
}
|
||||
|
||||
newString.concat(variableString);
|
||||
}
|
||||
|
||||
newString.concat(variableString);
|
||||
formattedString.concat(newString, child);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue