Merge pull request #131 from Chipairon/master
Adding missing " to footer. and footer# for html completion
This commit is contained in:
commit
0b03bc1db5
@ -353,11 +353,11 @@ snippet footer
|
||||
${1}
|
||||
</footer>
|
||||
snippet footer.
|
||||
<footer class="${1}>
|
||||
<footer class="${1}">
|
||||
${2}
|
||||
</footer>
|
||||
snippet footer#
|
||||
<footer id="${1}>
|
||||
<footer id="${1}">
|
||||
${2}
|
||||
</footer>
|
||||
snippet form
|
||||
|
Loading…
x
Reference in New Issue
Block a user