From 5ae9bd41ae9d0dc8fc5e51427c59263a1de95086 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 11 Jan 2011 20:59:36 +0000 Subject: [PATCH] Fix bug in hangingindent HTML output --- chrome/content/zotero/xpcom/cite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index 1dcdb468b..f284eb6ae 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -271,7 +271,7 @@ Zotero.Cite.makeFormattedBibliography = function(cslEngine, format) { var maxOffset = parseInt(bib[0].maxoffset); var entrySpacing = parseInt(bib[0].entryspacing); var lineSpacing = parseInt(bib[0].linespacing); - var hangingIndent = !!bib[0].hangingindent; + var hangingIndent = parseInt(bib[0].hangingindent); var secondFieldAlign = bib[0]["second-field-align"]; // Validate input