Fix bug in hangingindent HTML output

This commit is contained in:
Dan Stillman 2011-01-11 20:59:36 +00:00
parent 43effcb1a6
commit 5ae9bd41ae

View File

@ -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