From b1d1961540daee26f3cddd3062898c9b1f3cf22a Mon Sep 17 00:00:00 2001 From: Brian Hogan Date: Thu, 30 Oct 2014 16:56:52 -0500 Subject: [PATCH] Remove self-closing meta tags on HTML5 templates In HTML5, it's not necessary, or common, to have self-closing tags. This commit removes the self-closing meta tags for the html5 and html5l Snipmate snippets. --- snippets/html.snippets | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/snippets/html.snippets b/snippets/html.snippets index 7cb33dd..089a552 100644 --- a/snippets/html.snippets +++ b/snippets/html.snippets @@ -462,8 +462,8 @@ snippet html5 - - + + ${1:`substitute(vim_snippets#Filename('', 'Page Title'), '^.', '\u&', '')`} ${2:link} @@ -475,8 +475,8 @@ snippet html5l - - + + ${2:`substitute(vim_snippets#Filename('', 'Page Title'), '^.', '\u&', '')`} ${3:link}