From af90adb422bd56ee1d4925e6086ea5bace9db8b3 Mon Sep 17 00:00:00 2001 From: AaronBenDaniel <144371000+AaronBenDaniel@users.noreply.github.com> Date: Mon, 9 Jun 2025 12:43:01 -0400 Subject: [PATCH] fix(api): Inject id and title into chapter html template --- src/api/src/create_book/parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/src/create_book/parser.py b/src/api/src/create_book/parser.py index d009550..e2a8c73 100644 --- a/src/api/src/create_book/parser.py +++ b/src/api/src/create_book/parser.py @@ -12,7 +12,7 @@ from .vars import headers def clean_tree(title: str, id: int, body: str) -> BeautifulSoup: original_soup = BeautifulSoup(body) new_soup = BeautifulSoup( - """ + f"""