Loading html_to_docx.py +1 −1 Original line number Diff line number Diff line Loading @@ -548,7 +548,7 @@ if __name__ == "__main__": #construct doc for tag in soup.body.children: for tag in soup.find(id="editor").children: handle_tag(tag) Loading Loading
html_to_docx.py +1 −1 Original line number Diff line number Diff line Loading @@ -548,7 +548,7 @@ if __name__ == "__main__": #construct doc for tag in soup.body.children: for tag in soup.find(id="editor").children: handle_tag(tag) Loading