diff --git a/snippets/html.snippets b/snippets/html.snippets index aefb9db..302cea2 100644 --- a/snippets/html.snippets +++ b/snippets/html.snippets @@ -49,10 +49,10 @@ snippet escape ⎋ # Generic Doctype snippet doctype HTML 4.01 Strict - snippet doctype HTML 4.01 Transitional - snippet doctype HTML 5 @@ -70,11 +70,11 @@ snippet doctype XHTML 1.1 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> # HTML Doctype 4.01 Strict snippet docts - # HTML Doctype 4.01 Transitional snippet doct - # HTML Doctype 5 snippet doct5