diff --git a/src/api/src/create_book.py b/src/api/src/create_book.py index 8e3984c..f7df013 100644 --- a/src/api/src/create_book.py +++ b/src/api/src/create_book.py @@ -133,7 +133,7 @@ def generate_clean_part_html(part: Part, content: str) -> bs4.Tag: clean = BeautifulSoup( f""" -
+

{chapter_title}

""",