Fix alphabetic index and toc bug in books
Another bad indent from master commit [796240] (and gramps40 [3196f8])
This commit is contained in:
parent
aeda10a3fe
commit
d633c7711d
@ -144,8 +144,8 @@ class CairoDocgen(libcairodoc.CairoDoc):
|
|||||||
if offset > 0:
|
if offset > 0:
|
||||||
self.__increment_pages(toc, index, toc_page, offset)
|
self.__increment_pages(toc, index, toc_page, offset)
|
||||||
rebuild_required = True
|
rebuild_required = True
|
||||||
else:
|
else:
|
||||||
toc_pages = []
|
toc_pages = []
|
||||||
|
|
||||||
# paginate the index
|
# paginate the index
|
||||||
if index_page is not None:
|
if index_page is not None:
|
||||||
|
Loading…
Reference in New Issue
Block a user