close input tag on add-new-task (could this be #330?)

This commit is contained in:
Tyler Renelle 2013-02-10 19:24:56 -05:00
parent 80701dbeb5
commit 88b65fe956

View file

@ -453,7 +453,7 @@ do a find for the string after "→"
<newTask: nonvoid>
<form class="form-inline new-task-form" id=new-{{@type}} data-task-type={{@type}} x-bind=submit:addTask>
{{@content}}
<input class="btn" type=submit value=Add>
<input class="btn" type=submit value=Add />
</form>
{#if _loggedIn}