Bug #18642
invalidat xHTML
Status: | Resolved | Start date: | 2008-04-19 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Christian Kuhn | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.2 | Is Regression: | ||
PHP Version: | 5.2 | Sprint Focus: | ||
Complexity: |
Description
The Typo3 Backend is not validate xHTML.
must be in the first line of the xHTML file and there must be an namespace declaration in the html tag like this:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
(issue imported from #M8160)
Related issues
History
#1 Updated by Hauke Mehrtens over 7 years ago
There are more xHTML errors in the backend, should they all be fixed or doesn't matter this.