Actions
Bug #72319
closedLinks in tables not rendered anymore
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-12-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
In a TYPO3 6.2.16 site, links in tables are not rendered as used to.
The cType "table" field contains / contained link as such:
<link file:285 _blank download>PDF (3 Mb)</link> <link http://www.url.com _blank external-link-new-window>
Which are not rendered anymore, the output is as above.
Bug or breaking change?
I was unable to find a workaround to apply something like
parseFunc = < lib.parseFunc_RTE
Thanks!
Urs
Updated by Urs Braem almost 9 years ago
PS: HTML such as a "bold" tag is also not rendered but output as
<b>This is bold</b>
Updated by Andreas Kienast almost 9 years ago
- Status changed from New to Closed
Please read this security bulletin for the 6.2.16 and 7.6.1 release. What you do is basically XSS which is prevented now. You may revert the change for tt_content.table
in your local TS.
Updated by taywa gmbh over 8 years ago
I used this in setup and its working again:
tt_content.table { 20.innerStdWrap.parseFunc = < lib.parseFunc 20.innerStdWrap.htmlSpecialChars = 0 }
Actions