Commit a3bfc1b4 authored by Pascal Hartig's avatar Pascal Hartig

Backbone: Consistency fix, <footer> instead of <div>

parent d772861b
...@@ -19,11 +19,11 @@ ...@@ -19,11 +19,11 @@
</section> </section>
<footer id="footer"></footer> <footer id="footer"></footer>
</section> </section>
<div id="info"> <footer id="info">
<p>Double-click to edit a todo</p> <p>Double-click to edit a todo</p>
<p>Written by <a href="https://github.com/addyosmani">Addy Osmani</a></p> <p>Written by <a href="https://github.com/addyosmani">Addy Osmani</a></p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p> <p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</div> </footer>
<script type="text/template" id="item-template"> <script type="text/template" id="item-template">
<div class="view"> <div class="view">
<input class="toggle" type="checkbox" <%= completed ? 'checked' : '' %>> <input class="toggle" type="checkbox" <%= completed ? 'checked' : '' %>>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment