Greetings,
After creating an index in Sigil, which works in the program, koreader is injecting some weird string in ALL nav links:
The end result is a broken index.
All I am doing is using this in pages
Code:
<a href="#place_01"></a>
And in the TOC this:
Code:
<li><a href="page_01.xhtml#place_01"><b>CHAPTER TITLE</b></a></li>
I would appreciate some help with this.
Thanks