Added missing quotes on embed and textarea tags in html snippets
This commit is contained in:
parent
0939e8e578
commit
0b323ed6be
@ -330,7 +330,7 @@ snippet dt+
|
|||||||
snippet em
|
snippet em
|
||||||
<em>${0}</em>
|
<em>${0}</em>
|
||||||
snippet embed
|
snippet embed
|
||||||
<embed src=${1} type="${0} />
|
<embed src="${1}" type="${0}" />
|
||||||
snippet fieldset
|
snippet fieldset
|
||||||
<fieldset>
|
<fieldset>
|
||||||
${0}
|
${0}
|
||||||
@ -813,7 +813,7 @@ snippet td+
|
|||||||
<td>${1}</td>
|
<td>${1}</td>
|
||||||
td+${0}
|
td+${0}
|
||||||
snippet textarea
|
snippet textarea
|
||||||
<textarea name="${1}" id=${2:$1} rows="${3:8}" cols="${4:40}">${5}</textarea>
|
<textarea name="${1}" id="${2:$1}" rows="${3:8}" cols="${4:40}">${5}</textarea>
|
||||||
snippet tfoot
|
snippet tfoot
|
||||||
<tfoot>
|
<tfoot>
|
||||||
${0}
|
${0}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user