fix(api): Remove unused class (#43 - @AaronBenDaniel)

* fix(api): Typo fix

* fix(api): Remove chapitre/chapter class
This commit is contained in:
AaronBenDaniel
2025-01-24 06:50:21 -05:00
committed by GitHub
parent 08ff95d686
commit d30f15a254
+1 -1
View File
@@ -133,7 +133,7 @@ def generate_clean_part_html(part: Part, content: str) -> bs4.Tag:
clean = BeautifulSoup(
f"""
<section id="section_{chapter_id}" class="chapitre">
<section id="section_{chapter_id}">
<h1 id="{chapter_id}" class="chapter-title">{chapter_title}</h1>
</section>
""",