HTML5 Doctype Support

by Mark T. 0 Stars 335 Downloads

Changes the MyBB Core to use the HTML5 Doctype and the HTML5 html-tag.

Project Details

What it does?
What it does is pretty simple to change your doctype from:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

to:
<!DOCTYPE html>

And change the HTML tag from:
<html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml">

to:
<html>

Source: https://github.com/mybbresources/html5-doctype-support
Author
Mark T.
Collaborators
None
Version
1.0
Submitted
2016-03-04, 06:56 PM
Last Updated
2016-03-09, 03:20 PM
Bug Tracking
Disabled
MyBB Versions
1.8.x