Sigil-Ebook / flightcrew

Automatically exported from code.google.com/p/flightcrew
GNU General Public License v3.0
34 stars 11 forks source link

Links to the current file not interpreted correctly #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Check this document: http://djelibeibi.unex.es/files/test.epub

I get an error:

test.epub/OEBPS: error 1118: This resource is reachable but not present in the 
OPF <manifest>.

which seems to be due to this piece of code:

<p><a href="#test">This is an internal link</a></p>

FlightCrew is probably finding an empty filename before # and then looking for 
the directory name in the manifest, rather than the *current* filename. Is this 
again some misunderstanding on my part? Such links seem to work fine in all 
ePUB readers, anyway...

Original issue reported on code.google.com by jel...@gmail.com on 3 Oct 2010 at 11:05

GoogleCodeExporter commented 9 years ago
That's a bug. :)

Original comment by Strahinja.Markovic@gmail.com on 3 Oct 2010 at 11:07

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 7e24165e8a.

Original comment by Strahinja.Markovic@gmail.com on 3 Oct 2010 at 11:19

GoogleCodeExporter commented 9 years ago

Original comment by Strahinja.Markovic@gmail.com on 5 Oct 2010 at 10:01