From 4b9dd7e410be0f078ec23ecc9cb93b75b725c4e5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 16 Dec 2009 09:07:22 -0700 Subject: [PATCH] PML Output: Change \C1 to \C0 --- src/calibre/ebooks/pml/pmlml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/ebooks/pml/pmlml.py b/src/calibre/ebooks/pml/pmlml.py index ccce95fce6..c8acf2487e 100644 --- a/src/calibre/ebooks/pml/pmlml.py +++ b/src/calibre/ebooks/pml/pmlml.py @@ -232,7 +232,7 @@ class PMLMLizer(object): 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