Added missing " to footer. and footer#
This commit is contained in:
parent
e80158c998
commit
d451f3ebb1
@ -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