mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
This commit is contained in:
parent
d834a8facc
commit
92dc588f80
@ -30,7 +30,7 @@
|
|||||||
</py:for>
|
</py:for>
|
||||||
</manifest>
|
</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:with="attrs={'toc':'ncx' if mi.toc else None}" py:attrs="attrs">
|
||||||
<py:for each="idref in mi.spine">
|
<py:for each="idref in mi.spine">
|
||||||
<itemref idref="${str(idref)}" />
|
<itemref idref="${str(idref)}" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user