diff --git a/src/generate/epub.rs b/src/generate/epub.rs index 2b2f860..9f1565a 100644 --- a/src/generate/epub.rs +++ b/src/generate/epub.rs @@ -484,7 +484,6 @@ impl Thread { for (i, reply_page) in self.reply_pages(options, url_map).iter().enumerate() { builder.add_content( EpubContent::new(format!("part_{i}.xhtml"), reply_page.as_bytes()) - .title(format!("Part {i}")) .reftype(ReferenceType::Text) .level(1), )?;