Merge pull request #455 from thomd/html-snippet

fixed indentation in html snippets (for UltiSnips)
This commit is contained in:
Holger Rapp 2014-09-22 18:30:12 +02:00
commit 6dde955798

View File

@ -355,12 +355,12 @@ snippet figure
<figure>${0}</figure>
snippet figure#
<figure id="${1}">
${0}
</figure>
${0}
</figure>
snippet figure.
<figure class="${1}">
${0}
</figure>
${0}
</figure>
snippet footer
<footer>
${0}
@ -627,7 +627,7 @@ snippet meta
snippet meta:s
<meta ${0} />
snippet meta:d
<meta name="description" content="${0}" />
<meta name="description" content="${0}" />
snippet meta:compat
<meta http-equiv="X-UA-Compatible" content="IE=${1:7,8,edge}" />
snippet meta:refresh