Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 712ce27

Browse files
authoredNov 22, 2023
Remove invalid closing tag from editable-list (#56)
1 parent ce48339 commit 712ce27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎editable-list/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</ul>
4949
<div>
5050
<label>${addItemText}</label>
51-
<input class="add-new-list-item-input" type="text"></input>
51+
<input class="add-new-list-item-input" type="text">
5252
<button class="editable-list-add-item icon">&oplus;</button>
5353
</div>
5454
`;

0 commit comments

Comments
 (0)
Please sign in to comment.