Skip to content

Commit

Permalink
Remove invalid closing tag from editable-list (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
ostomachion authored Nov 22, 2023
1 parent ce48339 commit 712ce27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editable-list/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</ul>
<div>
<label>${addItemText}</label>
<input class="add-new-list-item-input" type="text"></input>
<input class="add-new-list-item-input" type="text">
<button class="editable-list-add-item icon">&oplus;</button>
</div>
`;
Expand Down

0 comments on commit 712ce27

Please sign in to comment.