Seeing an issue in Sigil 7.3 on an ePub that opens correctly ib 7.2.
On opening receive the following message
ded.html does contain an
Additionally, a reference to a PNG graphic in ded.html that used to be displayed in bookview in 7.2 now appears as a square box with no content.
Flightcrew presented no errors in 7.2; 7.3 gives errors on images/9-1.png and entity 'nbsp' not found.
What is interesting, is that when I use 7.2, the above page references
Code:
<p class="center"><img alt="" src="../Images/9-1.png"/></p>
while the 7.3 version references
Code:
<p class="center"><img alt="" src="images/9-1.png"/></p>
Note the case of the images directory, and the relative / absolute pathing to it.
The original ePub when opened via WinZip has the following
where the character after pagebreak appears in a hex debugger as hex C2, hex A0.