Actions
Bug #18607
closedlinks in table header not translated when created with rte
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
Actions