Project

General

Profile

Actions

Bug #24003

closed

Placing a table inside of list elements results in source code output

Added by conenergy agentur over 13 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-11-10
Due date:
% Done:

0%

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

Description

When you put a <table> element inside an <li> element, the source code of the table is shown in the frontend instead of the table itself.

Sample source code in RTE:

<ul>
<li>text <br />
<table><tbody><tr><td>column 1</td><td>column 2</td></tr></tbody></table>
</ul>

Output in FE is:

  • text
    <table><tbody> ....

(issue imported from #M16330)

Actions #1

Updated by Alexander Opitz over 10 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)
  • TYPO3 Version set to 4.4
  • Is Regression set to No

Hi,

as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5 or 6.1)?

Actions #2

Updated by Alexander Opitz about 10 years ago

  • Status changed from Needs Feedback to Closed

No feedback within the last 90 days => closing this ticket.

If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Actions

Also available in: Atom PDF