Actions
Bug #21577
closedValidation issue in sysext scheduler: endPage is called twice
Start date:
2009-11-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Problem:
$this->doc->endPage(); is called twice: in main() and in render(). This leads to invalid html because of duplicate js, /form, /body and /html tags.
Solution:
Remove one call.
(issue imported from #M12621)
Files
Updated by Christian Kuhn about 15 years ago
FYI: The attached patch was committed to SVN trunk. rev. 6441
Actions