Closed cweiske closed 6 years ago
The current code does only work with strings: <section>1</section>. When using a correctly-typed <section type="integer">1</section> it fails.
<section>1</section>
<section type="integer">1</section>
Travis: https://travis-ci.org/FriendsOfTYPO3/compatibility6/builds/306077934
The current code does only work with strings:
<section>1</section>
. When using a correctly-typed<section type="integer">1</section>
it fails.