Bug #23490
closedImages inserted in the RTE are not rendered xhtml-valid in the frontend
0%
Description
If I insert a picture in rtehtmlarea the image tag in frontend is not xhtml valid in TYPO3 4.3 and 4.4.
Also if I i choose a link style (e.g. internal style) the image tag of the picture is not xhtml valid.
The link has file type twice.
E.g: src="http://xxx/uploads/RTEmagicC_5948ab6911.gif.gif"
Is there a way to show the original link to the picture?
(<img src="sysext/rtehtmlarea/res/accessibilityicons/img/internal_link.gif" />)
(issue imported from #M15618)
Updated by Stanislas Rolland about 14 years ago
The img tag is correct in the database, so something goes wrong in FE rendering.
Updated by Administrator Admin about 14 years ago
< hr > tag is also changed, < br > not.
In rte: < img />< hr />< br />
In db: < img />< hr>< br />
In front: < img>< hr>< br />
Tested in typo3 4.2.6. I could swear it didn't happen some time ago (I have validated page at project's start) and is now happening.
Updated by Stanislas Rolland almost 14 years ago
See patch attached to issue #0013695.
Updated by Stanislas Rolland almost 14 years ago
The patch attached to issue #0013695 fixes also the case that the hr tag is not xhtml valid in the database.
Updated by Stephan Bauer almost 14 years ago
A test with TYPO3 4.3.7 is working for me.
Thanks
Updated by Stanislas Rolland almost 14 years ago
@Stefan: Please give your vote in the core list.