MyBB.de Forum

Normale Version: HTML5 Doctype Support
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Eine neue Erweiterung wurde veröffentlicht: HTML5 Doctype Support

Zitat:What it does?
What it does is pretty simple to change your doctype from:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
to:
Code:
<!DOCTYPE html>
And change the HTML tag from:
Code:
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">
to:
Code:
<html>
Source: https://github.com/mybbresources/html5-doctype-support