mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 07:21:15 +00:00
close input tag on add-new-task (could this be #330?)
This commit is contained in:
parent
80701dbeb5
commit
88b65fe956
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue