Bug #20579
Validation issue: Lots of cleanup in typo3/sysext/install/mod/class.tx_install.php
Status: | Closed | Start date: | 2009-06-05 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Patrick Broens | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.3 | Is Regression: | ||
PHP Version: | 5.2 | Sprint Focus: | ||
Complexity: |
Description
The install tool is still using HTML 4.01 Transitional. This has been changed to XHTML 1.0 Transitional.
A lot of issues have been fixed like:- Proper closing of various singleton tags
- Using & instead of & in various links
- other
The cleanup is not ready right now. There are some issues still open, but a bit harder to solve. This will be done after committing these changes.
(issue imported from #M11283)
Related issues
History
#1 Updated by Patrick Broens over 5 years ago
By resolving issue 14064, this one has been resolved as well