Project

General

Profile

Actions

Bug #18607

closed

links in table header not translated when created with rte

Added by Robert Heel over 16 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Category:
Communication
Target version:
-
Start date:
2008-04-11
Due date:
% Done:

0%

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

Description

If you create a table with the RTE like

<table><thead><tr><th><link 1>Head</link></th></tr></thead><tbody><tr><td><link 1>Body</link></td></tr></tbody></table>

t3 translate it in the frontend into

<table class="contenttable"><thead><tr><th><link 1>Head</link></th></tr></thead><tbody><tr><td><p class="bodytext"><a href="index.php?id=1" target="page" >Body</a></p></td></tr></tbody></table>

and forget to convert the link in th. When viewing the content in RTE, the link is translated.

Tested with T3 4.1.6 / 4.2.0RC1 with TV 1.3.3

(issue imported from #M8097)


Files

ux_class.tslib_content.php (17.2 KB) ux_class.tslib_content.php Administrator Admin, 2008-08-18 18:33
Actions

Also available in: Atom PDF