Fix sorting bug

This commit is contained in:
Simon Kornblith 2009-12-13 22:00:44 +00:00
parent ecaa599bec
commit a68e91b0af

View File

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