Skip to content

Commit c2d5513

Browse files
committed
Use <!doctype html> instead of <!DOCTYPE html>
Return back to the lowercase doctype in order to be more consistent with the lowercase of the html tags. References: * h5bp/html5-boilerplate#1522 * http://www.whatwg.org/specs/web-apps/current-work/multipage/syntax.html#the-doctype Close h5bp/html5-boilerplate#1522.
1 parent a36dc4a commit c2d5513

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Diff for: 404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### HEAD
22

3+
* Use `<!doctype html>` instead of `<!DOCTYPE html>`
4+
([#1522](https://github.com/h5bp/html5-boilerplate/issues/1522)).
35
* Update to Normalize.css 3.0.1.
46
([#1050](https://github.com/h5bp/html5-boilerplate/issues/1050)).
57
* Add `/browserconfig.xml` file and tile images

Diff for: index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html class="no-js">
33
<head>
44
<meta charset="utf-8">

0 commit comments

Comments
 (0)