Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit 629eb8b

Browse files
committed
Lowercase doctype declaration for better compression.
h5bp/html5-boilerplate#1522
1 parent 2799160 commit 629eb8b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: html/head/doctype/01-xhtml 5.sublime-snippet

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<snippet>
22
<content><![CDATA[
3-
<!DOCTYPE html>
3+
<!doctype html>
44
$0
55
]]></content>
66
<tabTrigger>doc</tabTrigger>

Diff for: html/head/doctype/03-xhtml.sublime-snippet

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<snippet>
22
<content><![CDATA[
3-
<!DOCTYPE html>
3+
<!doctype html>
44
$0
55
]]></content>
66
<tabTrigger>doc</tabTrigger>

0 commit comments

Comments
 (0)