PML Output: Change \C1 to \C0

This commit is contained in:
Kovid Goyal 2009-12-16 09:07:22 -07:00
parent 7d22f36134
commit 4b9dd7e410

View File

@ -232,7 +232,7 @@ class PMLMLizer(object):
if self.toc.get(page.href, None): if self.toc.get(page.href, None):
toc_title = self.toc[page.href].get(toc_id, None) toc_title = self.toc[page.href].get(toc_id, None)
if toc_title: if toc_title:
text.append('\\C1="%s"' % toc_title) text.append('\\C0="%s"' % toc_title)
# Process style information that needs holds a single tag # Process style information that needs holds a single tag
# Commented out because every page in an OEB book starts with this style # Commented out because every page in an OEB book starts with this style