Bug #18642

invalidat xHTML

Added by Hauke Mehrtens over 7 years ago. Updated over 6 years ago.

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)

xhtml-header-bugfix.diff Magnifier (1.9 kB) Administrator Admin, 2008-04-19 16:02


Related issues

duplicates Core - Bug #16033: Login-Page (typo3/index.php): removing whitespace precedi... Resolved 2006-04-12

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.

#2 Updated by Christian Kuhn over 6 years ago

These are two issues:
- The xml declaration not preceding the DOCTYPE definition is a duplicate of #16033
- The xmlns issue now moved to #16033

Resolved this issue as a duplicate of #16033

Also available in: Atom PDF