Project

General

Profile

Actions

Bug #72319

closed

Links in tables not rendered anymore

Added by Urs Braem over 8 years ago. Updated about 8 years ago.

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


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #72295: No render of HTML TAGs anymore in tables after update from 6.2.15 to 6.2.16Rejected2015-12-17

Actions
Actions #1

Updated by Urs Braem over 8 years ago

PS: HTML such as a "bold" tag is also not rendered but output as

<b>This is bold</b>
Actions #2

Updated by Andreas Kienast over 8 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.

Actions #3

Updated by Urs Braem over 8 years ago

Awesome, thanks!

Actions #4

Updated by taywa gmbh about 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

Also available in: Atom PDF