Project

General

Profile

Actions

Bug #23490

closed

Images inserted in the RTE are not rendered xhtml-valid in the frontend

Added by Stephan Bauer almost 14 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-09-01
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

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)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #22209: Image output in frontend is not xhtml valideClosedStanislas Rolland2010-03-01

Actions
Actions #1

Updated by Stanislas Rolland over 13 years ago

The img tag is correct in the database, so something goes wrong in FE rendering.

Actions #2

Updated by Administrator Admin over 13 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.

Actions #3

Updated by Stanislas Rolland over 13 years ago

See patch attached to issue #0013695.

Actions #4

Updated by Stanislas Rolland over 13 years ago

The patch attached to issue #0013695 fixes also the case that the hr tag is not xhtml valid in the database.

Actions #5

Updated by Stephan Bauer over 13 years ago

A test with TYPO3 4.3.7 is working for me.
Thanks

Actions #6

Updated by Stanislas Rolland over 13 years ago

@Stefan: Please give your vote in the core list.

Actions #7

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF