diff --git a/chrome/content/zotero/xpcom/csl.js b/chrome/content/zotero/xpcom/csl.js index 1edb7abb7b..2338e25406 100644 --- a/chrome/content/zotero/xpcom/csl.js +++ b/chrome/content/zotero/xpcom/csl.js @@ -1824,7 +1824,7 @@ Zotero.CSL.Item.prototype.getVariable = function(variable, form) { for each(var zoteroField in zoteroFields) { var value = this.zoteroItem.getField(zoteroField, false, true); - if(value != "") return value; + if(value != "") return value + ''; } return "";