Merge r3824 to trunk
This commit is contained in:
parent
5cd824136e
commit
d387f99710
1 changed files with 1 additions and 1 deletions
|
@ -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 "";
|
||||
|
|
Loading…
Add table
Reference in a new issue