MyBB.de Forum
HTML5 Doctype Support - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Veröffentlichungen und -Support (https://www.mybb.de/forum/forum-82.html)
+--- Thema: HTML5 Doctype Support (/thread-33239.html)



HTML5 Doctype Support - MyBB.de Bot - 09.03.2016

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