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
Updated by Dmitry Dulepov over 13 years ago
The fix is here: http://review.typo3.org/975
Updated by Tolleiv Nietsch over 13 years ago
- Status changed from New to Closed
Absolutely right - see: #13446 - will be committed soon ;)
Updated by Michael Stucki almost 11 years ago
- Category changed from Bugs to Workspaces
Updated by Michael Stucki almost 11 years ago
- Project changed from 624 to TYPO3 Core
- Category changed from Workspaces to Workspaces
Actions