Added missing " to footer. and footer#

This commit is contained in:
Chipairon 2012-09-05 15:35:08 +02:00
parent e80158c998
commit d451f3ebb1

View File

@ -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