- 07 Aug, 2017 1 commit
-
-
Petr Huřťák authored
Changed `<!doctype html>` to `<!DOCTYPE html>` According to the spec it should be uppercase (but parsing is case insensitive)
a410f61f
-
Created by: Hurtak
Changed
<!doctype html>
to
<!DOCTYPE html>
According to the spec it should be uppercase (but parsing is case insensitive).
Spec link (see then 8.1.1 The DOCTYPE
chapter): https://www.w3.org/TR/html5/syntax.html#the-doctype
Changed `<!doctype html>` to `<!DOCTYPE html>` According to the spec it should be uppercase (but parsing is case insensitive)