mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
PML Output: Change \C1 to \C0
This commit is contained in:
parent
7d22f36134
commit
4b9dd7e410
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ def dump_text(self, elem, stylizer, page, tag_stack=[]):
|
|||
if self.toc.get(page.href, None):
|
||||
toc_title = self.toc[page.href].get(toc_id, None)
|
||||
if toc_title:
|
||||
text.append('\\C1="%s"' % toc_title)
|
||||
text.append('\\C0="%s"' % toc_title)
|
||||
|
||||
# Process style information that needs holds a single tag
|
||||
# Commented out because every page in an OEB book starts with this style
|
||||
|
|
|
|||
Loading…
Reference in a new issue