From 16a5a9abffb7002ea8499273e7b7626dc0a58b7a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 15 Dec 2024 19:09:03 +0530 Subject: [PATCH] ... --- src/calibre/ebooks/lrf/html/table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/lrf/html/table.py b/src/calibre/ebooks/lrf/html/table.py index 8cf227c791..2568893722 100644 --- a/src/calibre/ebooks/lrf/html/table.py +++ b/src/calibre/ebooks/lrf/html/table.py @@ -182,7 +182,7 @@ class Cell: else: top += ls bottom += ls - left = parindent if int == 1 else 0 + left = 0 continue if isinstance(token, Plot): width, height = self.pts_to_pixels(token.xsize), self.pts_to_pixels(token.ysize)