Bug #95394
closedMultiple images with link ,inside one p tag in RTE ckeditor is not parsed correctly
0%
Description
In typo3 version 10.4.19 , multiple images with link inside one p tag ,in RTE ckeditor is not parsed correctly in Front end view , when we use <f:format.html> in Fluid.
View in CK Editor in the TYPO3 backend
<p>test content<br />
<br />
<a href="google.com"><img alt="" data-alt-override="true" data-htmlarea-file-table="sys_file" data-htmlarea-file-uid="290" data-title-override="true" height="75" src="/fileadmin/_processed_/f/5/csm_1-Chrysanthemum_075b072e35.jpg" title="" width="100" /></a> <a href="google.com"><img alt="" data-alt-override="true" data-htmlarea-file-table="sys_file" data-htmlarea-file-uid="2010" data-title-override="true" height="81" src="/fileadmin/_processed_/3/b/csm_baby_d597b7b74f.png" title="" width="100" /></a> <a href="google.com"><img alt="" data-alt-override="true" data-htmlarea-file-table="sys_file" data-htmlarea-file-uid="290" data-title-override="true" height="75" src="/fileadmin/_processed_/f/5/csm_1-Chrysanthemum_075b072e35.jpg" title="" width="100" /></a></p>
Current result
<p>test content<br><br><a href="http://google.com" target="_blank" rel="noreferrer"></a></p>
<p><img alt height="75" src="/fileadmin/_processed_/f/5/csm_1-Chrysanthemum_075b072e35.jpg" title="test cl" width="100"></p>
<a href="http://google.com" target="_blank" rel="noreferrer"><p><img alt height="81" src="/fileadmin/_processed_/3/b/csm_baby_f8bcd333b9.png" title width="99"></p>
</a> <a href="http://google.com" target="_blank" rel="noreferrer"><p><img alt height="75" src="/fileadmin/_processed_/f/5/csm_1-Chrysanthemum_075b072e35.jpg" title="test cl" width="100"></p></a>
Expected Result:
<p>test content<br />
<br />
<a href="google.com"><img alt="" data-alt-override="true" data-htmlarea-file-table="sys_file" data-htmlarea-file-uid="290" data-title-override="true" height="75" src="/fileadmin/_processed_/f/5/csm_1-Chrysanthemum_075b072e35.jpg" title="" width="100" /></a> <a href="google.com"><img alt="" data-alt-override="true" data-htmlarea-file-table="sys_file" data-htmlarea-file-uid="2010" data-title-override="true" height="81" src="/fileadmin/_processed_/3/b/csm_baby_d597b7b74f.png" title="" width="100" /></a> <a href="google.com"><img alt="" data-alt-override="true" data-htmlarea-file-table="sys_file" data-htmlarea-file-uid="290" data-title-override="true" height="75" src="/fileadmin/_processed_/f/5/csm_1-Chrysanthemum_075b072e35.jpg" title="" width="100" /></a></p>
Please Refer the screeshot too
Files