Skip to content

Commit

Permalink
fix(challenges): Incorrect html closing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirajn2311 authored and scissorsneedfoodtoo committed Aug 23, 2018
1 parent d80d98d commit a1464f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1790,7 +1790,7 @@
" <li>other cats</li>",
" </ol>",
" <input type=\"text\" placeholder=\"cat photo URL\">",
"<main>"
"</main>"
],
"head": [],
"tail": []
Expand Down

0 comments on commit a1464f0

Please sign in to comment.