View Single Post
Old 04-23-2019, 05:06 PM   #31
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,746
Karma: 24032915
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by beluga438 View Post
I think the id="ftn..." should be positioned after the <a
<p class="note"><a id="ftn1" class="noteSymbol" href="../Text…
Apparently, the Sigil Links report tool will only find targets, if the target is an <a> tag. IMHO, this is a Sigil limitation, since other tags can have id attributes, too.

You can easily test this by checking your epub with EPUBCheck.

If using the Links report tool is important to you could use a regular expression to move the id attribute from the <p> tag to the <a> tag.
Doitsu is offline   Reply With Quote