closes #802, Old-style CSLs dropping first names

This commit is contained in:
Simon Kornblith 2007-10-24 01:06:04 +00:00
parent 408c2b3b80
commit e247328131

View File

@ -1134,7 +1134,7 @@ Zotero.CSL.Compat.prototype._processCreators = function(type, element, creators,
var firstName, lastName;
for(var i=0; i<maxCreators; i++) {
var firstName = "";
if(element["form"] && element["form"] != "short") {
if(!element["form"] || element["form"] != "short") {
if(child["initialize-with"] != undefined) {
// even if initialize-with is simply an empty string, use
// initials