Commit 4edb65d7 authored by Addy Osmani's avatar Addy Osmani

Merge pull request #247 from juristr/fix-backbone-html

fixed broken HTML structure
parents 259439e7 d8e8b679
......@@ -18,13 +18,13 @@
<label for="toggle-all">Mark all as complete</label>
<ul id="todo-list"></ul>
</section>
<footer id="footer"></div>
<footer id="footer"></footer>
</section>
<div id="info">
<p>Double-click to edit a todo</p>
<p>Written by <a href="http://addyosmani.github.com/todomvc/">Addy Osmani</a></p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
</div>
<script type="text/template" id="item-template">
......
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