From 5a1e2dafcb2e30713682a0ca4a3b24ff4952d7cb Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Mon, 4 May 2026 15:22:37 -0700 Subject: [PATCH] fix thin horizontal line in landscape in certain situations (#1326) --- kindlecomicconverter/comic2ebook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kindlecomicconverter/comic2ebook.py b/kindlecomicconverter/comic2ebook.py index 916c268..8b8d571 100755 --- a/kindlecomicconverter/comic2ebook.py +++ b/kindlecomicconverter/comic2ebook.py @@ -144,7 +144,7 @@ def buildHTML(path, imgfile, imgfilepath, imgfile2=None): f.write('
.
\n') f.write(f'\n') if imgfile2: - f.write(f'\n') + f.write(f'\n') f.write("\n") if options.iskindle and options.panelview: if options.autoscale: