Bug #20216
Add xmlns attribute to html tag in backend
Status: | Closed | Start date: | 2009-03-20 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Christian Kuhn | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.3 | Is Regression: | ||
PHP Version: | 5.2 | Sprint Focus: | ||
Complexity: |
Description
Problem:
xmlns is a mandatory attribute in XHTML 1.0 of the html tag, but it's missing. To make the backend more valid XHTML this should be added.
Solution:
Add the attribute to the html tag if docType is xhtml_* in typo3/template.php
(issue imported from #M10737)
Related issues
History
#1 Updated by Christian Kuhn over 6 years ago
This issue was previously reported by Hauke Mehrtens in #18642 , thanks!
#2 Updated by Christian Kuhn over 6 years ago
Committed to trunk r5298.