commit d387f99710ec7ec6ae6ce656342073ee72740d5a parent 5cd824136e962435d3c594444500c7a38b2dd3b3 Author: Dan Stillman <dstillman@zotero.org> Date: Tue, 25 Nov 2008 21:54:08 +0000 Merge r3824 to trunk Diffstat:
| M | chrome/content/zotero/xpcom/csl.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 "";