From 75ddd879bc116f60fbd4a923e223216ee660c4d9 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 6 Jun 2017 04:35:38 -0400 Subject: [PATCH] Update citeproc-js to 1.1.170 --- 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 c7bb68795..eab505b8e 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.169", + PROCESSOR_VERSION: "1.1.170", CONDITION_LEVEL_TOP: 1, CONDITION_LEVEL_BOTTOM: 2, PLAIN_HYPHEN_REGEX: /(?:[^\\]-|\u2013)/, @@ -11560,7 +11560,7 @@ CSL.Attributes["@second-field-align"] = function (state, arg) { }; CSL.Attributes["@hanging-indent"] = function (state, arg) { if (arg === "true") { - state[this.name].opt.hangingindent = true; + state[this.name].opt.hangingindent = 2; } }; CSL.Attributes["@line-spacing"] = function (state, arg) {