mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:35:46 +02:00
This commit is contained in:
parent
d834a8facc
commit
92dc588f80
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
</py:for>
|
||||
</manifest>
|
||||
|
||||
<spine py:if="getattr(mi, 'manifest', None)"
|
||||
<spine py:if="getattr(mi, 'spine', None)"
|
||||
py:with="attrs={'toc':'ncx' if mi.toc else None}" py:attrs="attrs">
|
||||
<py:for each="idref in mi.spine">
|
||||
<itemref idref="${str(idref)}" />
|
||||
|
|
|
|||
Loading…
Reference in a new issue