Commit eec36343 authored by Pascal Hartig's avatar Pascal Hartig

Update to Epitome 0.1.7, use template escaping

parent b2f78a03
......@@ -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