From 7d15d42ec0911843d9259597e8c29953da7dbb02 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 2 May 2009 12:42:50 -0700 Subject: [PATCH] IGN:... --- src/calibre/ebooks/conversion/plumber.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/conversion/plumber.py b/src/calibre/ebooks/conversion/plumber.py index ed0fd4584e..7df5e54f0e 100644 --- a/src/calibre/ebooks/conversion/plumber.py +++ b/src/calibre/ebooks/conversion/plumber.py @@ -668,7 +668,7 @@ def create_oebbook(log, path_or_stream, opts, input_plugin, reader=None): from calibre.ebooks.oeb.base import OEBBook html_preprocessor = HTMLPreProcessor(input_plugin.preprocess_html, opts.preprocess_html) - oeb = OEBBook(log, html_preprocessor=html_preprocessor, + oeb = OEBBook(log, html_preprocessor, pretty_print=opts.pretty_print) # Read OEB Book into OEBBook log('Parsing all content...')