forked from LiveCarta/BookConverter
Updates to presets
This commit is contained in:
@@ -222,7 +222,6 @@ class HTMLDocxPreprocessor:
|
||||
|
||||
def _process_tables(self):
|
||||
"""Function to process tables. Set "border" attribute."""
|
||||
|
||||
tables = self.body_tag.find_all("table")
|
||||
for table in tables:
|
||||
tds = table.find_all("td")
|
||||
|
||||
Reference in New Issue
Block a user