After using the KoboTouchExtended plugin to I found that
the
first html-tag or
span-tag after a <span class="koboSpan" id="kobo.1.1"> a white space before this tag is removed.
Original text (* represents a space, that is removed after conversion):
Code:
<h2>Moody’s plaatst vraagtekens bij waardering*<small>DE</small></h2>
…
<p>Het bod van*<span class="smallcaps">JAB</span> waardeert <span class="smallcaps">DEMB</span> in totaal op 7,5 miljard euro.
After Kobofying the epub:
Code:
<h2><span class="koboSpan" id="kobo.1.1">Moody’s plaatst vraagtekens bij waardering<small>DE</small></span></h2>
…
<p><span class="koboSpan" id="kobo.4.1">Het bod van<span class="smallcaps">JAB</span> waardeert <span class="smallcaps">DEMB</span> in totaal op 7,5 miljard euro.
Red: first html-tag/code: space removed
Green: second, third… html-tag/code: space not removed.
Is there a way to fix this? It should only be fixed if a white space precedes the first html-tag/code. Not just simply add one.