mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
IGN:...
This commit is contained in:
parent
080f3c8882
commit
98797b37f6
@ -355,8 +355,7 @@ class PML_HTMLizer(object):
|
||||
empty = False
|
||||
text = '<br /><br style="page-break-after: always;" />'
|
||||
elif c == 'C':
|
||||
# This should be made to create a TOC entry
|
||||
l = line.read(1)
|
||||
line.read(1)
|
||||
id = 'pml_toc-%s' % len(self.toc)
|
||||
self.toc.add_item(self.file_name, id, self.code_value(line))
|
||||
text = '<span id="%s"></span>' % id
|
||||
|
Loading…
x
Reference in New Issue
Block a user