From 2ab46d3697dcb4a6f2d813ab13b56a94ce19ddab Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Sat, 24 Jun 2017 01:24:11 -0400 Subject: [PATCH] Update citeproc-js to 1.1.171 --- chrome/content/zotero/xpcom/citeproc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js index eab505b8ef..ea7f2f6072 100644 --- a/chrome/content/zotero/xpcom/citeproc.js +++ b/chrome/content/zotero/xpcom/citeproc.js @@ -23,7 +23,7 @@ * respectively. */ var CSL = { - PROCESSOR_VERSION: "1.1.170", + PROCESSOR_VERSION: "1.1.171", CONDITION_LEVEL_TOP: 1, CONDITION_LEVEL_BOTTOM: 2, PLAIN_HYPHEN_REGEX: /(?:[^\\]-|\u2013)/, @@ -15293,7 +15293,7 @@ CSL.Output.Formats.prototype.html = { return "" + str + ""; }, "@DOI/true": function (state, str) { - return "" + str + ""; + return "" + str + ""; } }; CSL.Output.Formats.prototype.text = {