Skip to content

Commit

Permalink
escape todo items.
Browse files Browse the repository at this point in the history
  • Loading branch information
knowtheory committed Aug 14, 2012
1 parent 2810143 commit 71d0fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/todos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h1>Todos</h1>
<script type="text/template" id="item-template">
<div class="view">
<input class="toggle" type="checkbox" <%= done ? 'checked="checked"' : '' %> />
<label><%= title %></label>
<label><%- title %></label>
<a class="destroy"></a>
</div>
<input class="edit" type="text" value="<%= title %>" />
Expand Down

0 comments on commit 71d0fe3

Please sign in to comment.