mirror of
https://github.com/wassname/FanFicFare.git
synced 2026-09-11 11:52:07 +08:00
Changed the "Title Page" reference in the TOC and CONTENT epub files to be title_page instead.
This commit is contained in:
@@ -406,7 +406,7 @@ class EPubFanficWriter(FanficWriter):
|
||||
|
||||
t = "Title Page"
|
||||
f = "title_page.xhtml"
|
||||
chapterId = "Title Page"
|
||||
chapterId = "title_page"
|
||||
self._writeFile(tocFilePath, TOC_ITEM % (chapterId, i, t, f))
|
||||
self._writeFile(opfFilePath, CONTENT_ITEM % (chapterId, f))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user