[TYPO3-core] FYI: Fixed bug #12621: Validation issue in sysext scheduler: endPage is called twice

Christian Kuhn lolli at schwarzbu.ch
Tue Nov 17 00:43:49 CET 2009


FYI: The attached patch was committed to SVN trunk. rev. 6441

Type: no-brainer

Branches: trunk

Bugtracker references:
http://bugs.typo3.org/view.php?id=12621

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.

Regards
Christian
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 12621.diff
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20091117/f55b17a9/attachment.asc>


More information about the TYPO3-team-core mailing list