Commit bfcd73bc authored by Arthur Verschaeve's avatar Arthur Verschaeve

Typescript-backbone: fix small indentation issue

parent 440ef2b1
...@@ -58,14 +58,14 @@ https://github.com/documentcloud/backbone/blob/master/examples/todos/index.html ...@@ -58,14 +58,14 @@ https://github.com/documentcloud/backbone/blob/master/examples/todos/index.html
<input id="new-todo" placeholder="What needs to be done?" autofocus> <input id="new-todo" placeholder="What needs to be done?" autofocus>
</div> </div>
</header> </header>
<section id="main"> <section id="main">
<input class="check mark-all-done" id="toggle-all" type="checkbox"> <input class="check mark-all-done" id="toggle-all" type="checkbox">
<label for="toggle-all">Mark all as complete</label> <label for="toggle-all">Mark all as complete</label>
<ul id="todo-list"></ul> <ul id="todo-list"></ul>
</section> </section>
<footer id="footer"> <footer id="footer">
<div id="todo-stats"></div> <div id="todo-stats"></div>
</footer> </footer>
</section> </section>
<footer id="info"> <footer id="info">
<p>Double-click to edit a todo</p> <p>Double-click to edit a todo</p>
......
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