The error message explains that the id attribute "EndnotesChapter1_3" is used twice.
Load the epub into Sigil and use Search in the file "Endnotes.xhtml" to see exactly where this id string is being used twice and change one of the ids making sure the one you change is unique and then look for that id in other files href fragments to find your links to those ids and update them properly.
|