diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js index eab505b8e..ea7f2f607 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 = {