Hello,
I've created a little plugin to be able to create a Mobibook with Plagger (RSS aggregator). Basically, I create a HTML file with all the posts from some RSS feeds. This HTML file is converted into a mobibook with html2mobi. But when I read this ebook on my Gen3, the ebook have more than 1000 page (for ~100 posts). And only the first 87 pages are text. The rest is empty.
I've checked the HTML file on the Gen3, and the number of page is normal (87).
So I've used the mobi2html tool, with the option --mobihtml, and I can see that the HTML file produced contains a lot of <mbp

agebreak>. In my template, I don't use <mbp

agebreak> but <mbp

agebreak />. Can you tell me why my <mbp

agebreak /> are transformed to <mbp

agebreak></mbp

agebreak> ?
Thanks in advance
Emmanuel