Changed the "Title Page" reference in the TOC and CONTENT epub files to be title_page instead.

This commit is contained in:
wsuetholz
2010-11-30 15:11:20 -06:00
parent f114a2438e
commit c6b79cb57b
+1 -1
View File
@@ -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))