fix(challenges): Incorrect html closing tag

This commit is contained in:
Niraj Nandish
2018-08-16 07:13:15 +04:00
committed by Kristofer Koishigawa
parent d80d98d83c
commit a1464f09d3

View File

@ -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": []