|
Here are two of the lines I edit so it will pass epub verification:
<p><br class="bodytext" /></p>
<p><br class="bodytext" /></p>
I change each of them to <p></p>
This is the third one:
<li class="bodytext6">Place the locomotive on your service-mode programming track.<br class="bodytext" />
I change it as follows:
<li class="bodytext6">Place the locomotive on your service-mode programming track.<br />
With these changes, epub verification passes without the "br" errors.
|