Actions
Bug #20467
closedValidation issue: End tag for "br" omitted, but OMITTAG NO was specified in typo3/sysext/wizard_crpages/class.tx_wizardcrpages_w
Start date:
2009-05-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Branches: Trunk
This is an issue related to a bigger cleanup, regarding the following problems. The reason of separating the overall into smaller ones is that it is easier to revert them in case of problems.
Problems:Although we once decided to switch to XHTML 1.0 Transitional, there are some errors with "br" tags.
- there are still a lot of "br" tags in the core where no ending is defined for the singleton tag.
- there are some "br" tags where the slash is next to the "r" without the space between the "r" and the slash.
- uppercase tags
Solution:
Change these tags with the proper markup.
(issue imported from #M11139)
Files
Actions