fix(challenges): Incorrect html closing tag
This commit is contained in:
committed by
Kristofer Koishigawa
parent
d80d98d83c
commit
a1464f09d3
@ -1790,7 +1790,7 @@
|
|||||||
" <li>other cats</li>",
|
" <li>other cats</li>",
|
||||||
" </ol>",
|
" </ol>",
|
||||||
" <input type=\"text\" placeholder=\"cat photo URL\">",
|
" <input type=\"text\" placeholder=\"cat photo URL\">",
|
||||||
"<main>"
|
"</main>"
|
||||||
],
|
],
|
||||||
"head": [],
|
"head": [],
|
||||||
"tail": []
|
"tail": []
|
||||||
|
Reference in New Issue
Block a user