From f5c8e359368270a6e34e7ae45e20ee35c9e8738f Mon Sep 17 00:00:00 2001 From: Frank Bennett Date: Tue, 24 Oct 2023 20:37:00 +0900 Subject: [PATCH] Update CSL JSON translator --- CSL JSON.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CSL JSON.js b/CSL JSON.js index 169b1bfb6a1..90dba5e3d5d 100644 --- a/CSL JSON.js +++ b/CSL JSON.js @@ -166,7 +166,8 @@ function importNext(data, resolve, reject) { d.type = 'article'; } - ZU.itemFromCSLJSON(item, d); + // fourth argument turns on portable JSON conversion. + ZU.itemFromCSLJSON(item, d, null, true); item.attachments = []; item.tags = []; if (d.attachments && d.attachments.length) {