View Single Post
Old 03-31-2016, 01:18 AM   #14
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,461
Karma: 27757440
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
@bookman156: That happens because you have anchors *inside* the footnote that are pointed to by links in the main text. For example in footnote 9 you have <a id='page170'> Remove that and you will be fine.

The heuristic used to detect footnotes stops on anchors that are pointed to by other links in the text, on the theory that they could be the start of the next footnote. That said, I have changed the heuristic to only regard the anchor as a breaking point if it is not styled as an inline element.

@davidfor: I committed a fix for your issue, you should be fine now.
kovidgoyal is offline   Reply With Quote