www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 5ae9bd41ae9d0dc8fc5e51427c59263a1de95086
parent 43effcb1a6b3557fa4b76f87049098110a13a0f9
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue, 11 Jan 2011 20:59:36 +0000

Fix bug in hangingindent HTML output


Diffstat:
Mchrome/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 @@ -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