Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Bandi committed Apr 14, 2014
1 parent 54f62d3 commit 5b1249a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-Intro/02-SimpisticToDo/app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1>Simplistic ToDo</h1>
<div class="col-xs-4">
<h2>Add a ToDo:</h2>
<input type="text" id="input"/>
<p><a id="addBtn" class="btn btn-primary btn-large">Add &raquo;</a></p>
<p><button id="addBtn" class="btn btn-primary btn-large">Add &raquo;</button></p>
</div>
<div class="col-xs-4">
<h2>Items:</h2>
Expand Down

0 comments on commit 5b1249a

Please sign in to comment.