Skip to content

Commit

Permalink
Merge pull request #390 from passy/epitome-escaping
Browse files Browse the repository at this point in the history
Escape HTML entered in epitome example
  • Loading branch information
sindresorhus committed Jan 16, 2013
2 parents b2f78a0 + eec3634 commit 5b9773d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion labs/architecture-examples/epitome/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h1>todos</h1>
<script type="text/template" id="item-template">
<div class="view">
<input class="toggle" type="checkbox" <%=completedCheckbox%>>
<label><%=title%></label>
<label><%-title%></label>
<button class="destroy"></button>
</div>
<input class="edit" value="<%=title%>">
Expand Down
Loading

0 comments on commit 5b9773d

Please sign in to comment.