2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00

Switch to lowercase doctype.

This commit is contained in:
XhmikosR
2018-09-20 12:10:31 +03:00
parent 26897b919b
commit f77c7a3c92
36 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<h2 id="overview-doctype">HTML5 doctype</h2>
<p>Bootstrap makes use of certain HTML elements and CSS properties that require the use of the HTML5 doctype. Include it at the beginning of all your projects.</p>
{% highlight html %}
<!DOCTYPE html>
<!doctype html>
<html lang="en">
...
</html>