nlbdev / nordic-epub3-dtbook-migrator

Tools for converting between a strict subset of DTBook and EPUB3.
http://nlbdev.github.io/nordic-epub3-dtbook-migrator/
GNU Lesser General Public License v2.1
8 stars 7 forks source link

Bug fix to handle titles with multiple spans. #571

Closed kalaspuffar closed 2 months ago

kalaspuffar commented 2 months ago

Hi @josteinaj

We had a crash bug in the validator today when we had spans for sentence markup within a title element.

        <span epub:type="title" id="d5e221">
          <span class="sentence">Församling – Här!</span>
          <span class="sentence">Nu!</span>
        </span>

I looked into it and made the change in this PR.

Best regards Daniel