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