[TYPO3-english] Default doctype in 4.7.1 ... not html5 ?
Christoph Stadler
christophe at stadler.com
Wed Jul 4 16:55:46 CEST 2012
hello,
i just installed a blank t3 to investigate the problems with Doctypes
i'm having. I thought v4.7 would use html5 doctype but i get the
following as default page:
<!DOCTYPE html
PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html lang="en">
<head>
[...]
that seems weird, including the linebreak and indentation, shouldn't it
be sth like
<!DOCTYPE html>
<html id="home" lang="en">
<head>
really confusing ...
More information about the TYPO3-english
mailing list