From d3f9822a58be4272ed0eeed0da3bfb10dc532683 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 28 Jul 2010 19:39:25 -0600 Subject: [PATCH] ... --- src/calibre/ebooks/pdf/output.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/ebooks/pdf/output.py b/src/calibre/ebooks/pdf/output.py index ca4aab53b3..9bceae0618 100644 --- a/src/calibre/ebooks/pdf/output.py +++ b/src/calibre/ebooks/pdf/output.py @@ -72,6 +72,7 @@ class PDFOutput(OutputFormatPlugin): for rule in stylesheet.data.cssRules.rulesOfType(CSSRule.STYLE_RULE): if rule.selectorList.selectorText == '.calibre': rule.style.removeProperty('page-break-before') + rule.style.removeProperty('page-break-after') if input_plugin.is_image_collection: