commit 75ddd879bc116f60fbd4a923e223216ee660c4d9
parent d9a8502e2714d9ad809a3d20549925b911833fbb
Author: Dan Stillman <dstillman@zotero.org>
Date: Tue, 6 Jun 2017 04:35:38 -0400
Update citeproc-js to 1.1.170
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero/xpcom/citeproc.js b/chrome/content/zotero/xpcom/citeproc.js
@@ -23,7 +23,7 @@
* <http://www.gnu.org/licenses/> 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) {