Actions
Bug #13525
closedTSFE hook corrupts page output
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2011-03-02
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The hook_eofe() inside Workspaces extension uses "echo" to send additional content. This corrupts HTML on the page.
Nobody in TYPO3 can use "echo" for output. All new content must be appended to $GLOBALS['TSFE']->content.
See corresponding bug report in Mantis: http://bugs.typo3.org/view.php?id=17800
Actions