mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 06:13:10 +02:00
EPUB catalog generation: Fix some entries going off the left edge of the page for unread/wishlist items
This commit is contained in:
parent
e0dc62c544
commit
0d3cef5022
1 changed files with 2 additions and 0 deletions
|
|
@ -5113,6 +5113,8 @@ def run(self, path_to_output, opts, db, notification=DummyReporter()):
|
|||
|
||||
if catalog_source_built:
|
||||
recommendations = []
|
||||
recommendations.append(('remove_fake_margins', False,
|
||||
OptionRecommendation.HIGH))
|
||||
if DEBUG:
|
||||
recommendations.append(('comments', '\n'.join(line for line in build_log),
|
||||
OptionRecommendation.HIGH))
|
||||
|
|
|
|||
Loading…
Reference in a new issue