09.03.2016, 22:20
(Dieser Beitrag wurde zuletzt bearbeitet: 07.11.2024, 12:35 von MyBB.de Bot.)
Eine neue Erweiterung wurde veröffentlicht: HTML5 Doctype Support
Zitat:What it does?
What it does is pretty simple to change your doctype from:
to:Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
And change the HTML tag from:Code:<!DOCTYPE html>
to:Code:<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
Source: https://github.com/mybbresources/html5-doctype-supportCode:<html>