View Single Post
Old 03-13-2018, 09:26 AM   #9
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 899
Karma: 3501166
Join Date: Jan 2017
Location: Poland
Device: Various
Plugin replace id after hash for illegal first-digit-start errors, but incorrect IDs are do not fix.

Sample illegal ID:
Code:
<h1 id="123abc">Chapter 1</h1>
Sample link to illegal ID:
Code:
<a href="../Text/start.xhtml#123abc">Chapter 1</a>
First sample is not corrected.

Second is corrected to:
Code:
<a href="../Text/start.xhtml#x123abc">Chapter 1</a>
Attached Files
File Type: epub test-id.epub (12.5 KB, 830 views)
BeckyEbook is online now   Reply With Quote