closes #802, Old-style CSLs dropping first names
This commit is contained in:
parent
408c2b3b80
commit
e247328131
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user