Quote:
Originally Posted by jayman
Well, here you go. I wonder if this change could be made in Calibre in the meantime?:
Jay-
This is indeed a bug in Stanza. The problem is that we're incorrectly matching the fragment of the URL when the ePub contains multiple similar URLs. We'll try to get the fix in a future release, but in theory Calibre could work around our bug in the interim by generating unique link basenames for the magazines (e.g., instead of having "/index.html", "/article1/index.html", "/article2/index.html"; they could instead generate "/index.html", "/article1/article1.html", "/article2/article2.html", which would work around the issue).
|
ah...that explains why my footnotes work-all unique link basenames! thanks for getting to the bottom of this!