From 84890667f3e606faf0eebbde49553f31dbda7f36 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?=
Date: Thu, 18 Apr 2013 19:19:29 +0200
Subject: [PATCH] Couple of typos in HTML snippet
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Prefer HTML5 versions of most tags.
Signed-off-by: Matěj Cepl
---
snippets/html.snippets | 23 +++++++++++++++++++----
1 file changed, 19 insertions(+), 4 deletions(-)
diff --git a/snippets/html.snippets b/snippets/html.snippets
index 302cea26..e3958ed7 100644
--- a/snippets/html.snippets
+++ b/snippets/html.snippets
@@ -55,7 +55,7 @@ snippet doctype HTML 4.01 Transitional
snippet doctype HTML 5
-
+
snippet doctype XHTML 1.0 Frameset
@@ -109,7 +109,7 @@ snippet body
+
${2}
# Embed QT Movie
@@ -161,8 +161,14 @@ snippet form
-snippet h1
+snippet h1 plain
+
${1}
+snippet h1 with id attribute
${2:$1}
+snippet href
+
${2:reference}
+snippet p
+
${1}
snippet input
${4}
snippet label
@@ -188,3 +194,12 @@ snippet table
${4}
snippet textarea
${5}
+snippet article
+
+
+
+
+