Fix sorting bug
This commit is contained in:
parent
ecaa599bec
commit
a68e91b0af
|
@ -996,10 +996,9 @@ Zotero.CSL.prototype._processElements = function(item, element, formattedString,
|
||||||
|
|
||||||
variableString.append(string, newChild);
|
variableString.append(string, newChild);
|
||||||
}
|
}
|
||||||
|
|
||||||
newString.concat(variableString);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
newString.concat(variableString);
|
||||||
formattedString.concat(newString, child);
|
formattedString.concat(newString, child);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user