Commit 5b9773d4 authored by Sindre Sorhus's avatar Sindre Sorhus

Merge pull request #390 from passy/epitome-escaping

Escape HTML entered in epitome example
parents b2f78a03 eec36343
......@@ -31,7 +31,7 @@
<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%>">
......
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