Project

General

Profile

Actions

Bug #23869

closed

Incorrect FE rendering of thead element in RTE content in v4.4.4 & v2.0.5

Added by Matthew over 13 years ago. Updated over 13 years ago.

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

0%

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

Description

This is the same issue as bug 0016038.

The <thead> section of rte tables is being rendered outside the <table>

Paste this code into your RTE and see what it renders in the browser:

<table>
<thead><tr><td>Table head section</td></tr></thead>
<tbody><tr><td>Table body section</td></tr></tbody>
</table>

I get:

<thead></thead>
<table>
<tr><td>Table head section</td></tr>
<tbody><tr><td>Table body section</td></tr></tbody>
</table>

Regards.
(issue imported from #M16168)

Actions

Also available in: Atom PDF