From 264086c6d495a769bcca9326b823176866c83fc7 Mon Sep 17 00:00:00 2001 From: Eustaquio Rangel Date: Mon, 1 Mar 2010 21:58:58 -0300 Subject: [PATCH] Removed some extra double quotes on DOCTYPE --- snippets/html.snippets | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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