fixed indentation in html snippets

This commit is contained in:
Thomas Duerr 2014-09-22 10:23:37 +02:00
parent 0939e8e578
commit d515554f16

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