Incorrect processing of indexes caused images not to be processed in RteImagesDbHook.php
Content split of Images via rteHtmlParser->splitTags returned an array of content with odd indexes for images.
Matching even indexes in transform_db function caused images not to be processed.
Issued by https://github.com/netresearch/t3x-rte_ckeditor_image/issues/187
Incorrect processing of indexes caused images not to be processed in RteImagesDbHook.php
Content split of Images via rteHtmlParser->splitTags returned an array of content with odd indexes for images. Matching even indexes in transform_db function caused images not to be processed.