Actions
Bug #23058
closedMissing closing div in db_new_content_el.php
Start date:
2010-06-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
There is a missing end tag of a div in the file db_new_content_el.php which results in (my installation) 7 errors + 1 warning. Fixing it leads to 2 errors + 1 warning.
In line #14252, there is the opening tag but it is nowhere closed
----
$this->content .= '<div id="user-setup-wrapper">';
----
(issue imported from #M14947)
Files
Updated by Christian Kuhn over 14 years ago
Committed v2 to
- trunk rev. 8081
- 4.4 rev. 8082
Actions