[TYPO3-core] FYI72: Fix bug #12675: Validation issues in sysext reports: Fix several errors

Steffen Kamper info at sk-typo3.de
Fri Nov 20 00:36:45 CET 2009


Hi Christian,

Christian Kuhn schrieb:
> - Add CDATA comment around a JS block

as reports module is only for 4.3+ we can use a better call which does 
that all automatic:

$this->doc->getPageRenderer()->addJsInlineCode('reports_mod_index',
[javascript code]
);

which would be less code and better readability (without tags and CDATA)

vg Steffen


More information about the TYPO3-team-core mailing list