diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index 3374d20ce..4f64d9eba 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -1197,7 +1197,11 @@ Zotero.CSL.prototype._processElements = function(item, element, formattedString, var variables = newChild["@"+attribute].toString().split(" "); for(var j=0; !done && j 0 + } + else if(Zotero.CSL._dateVariables[variables[j]]) { // getDate not false/undefined var exists = !!item.getDate(variables[j]); } else if(Zotero.CSL._namesVariables[variables[j]]) {