From a1464f09d324178ba242d953e289f10725171cb7 Mon Sep 17 00:00:00 2001 From: Niraj Nandish Date: Thu, 16 Aug 2018 07:13:15 +0400 Subject: [PATCH] fix(challenges): Incorrect html closing tag --- challenges/01-responsive-web-design/basic-html-and-html5.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/01-responsive-web-design/basic-html-and-html5.json b/challenges/01-responsive-web-design/basic-html-and-html5.json index 646520d44c..c445da4e41 100644 --- a/challenges/01-responsive-web-design/basic-html-and-html5.json +++ b/challenges/01-responsive-web-design/basic-html-and-html5.json @@ -1790,7 +1790,7 @@ "
  • other cats
  • ", " ", " ", - "
    " + "
    " ], "head": [], "tail": []