From 775540fe1fec64d6fcd6b5d1614fc9609bdd713a Mon Sep 17 00:00:00 2001 From: Philippe Mongeau Date: Wed, 12 Oct 2011 23:20:04 -0400 Subject: [PATCH] fixed duplicate title snippet in html. renamed the first one to 'title=' since it was the title attribute. The other snippet was for the tag. --- snippets/html.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/html.snippets b/snippets/html.snippets index af5aef1..cf527b5 100644 --- a/snippets/html.snippets +++ b/snippets/html.snippets @@ -128,7 +128,7 @@ snippet scope scope="${1:row}"${2} snippet src src="${1}"${2} -snippet title +snippet title= title="${1}"${2} snippet type type="${1}"${2}