From ef6c828be0ebc089e6c54a16b5112f5ac6a646c9 Mon Sep 17 00:00:00 2001 From: dokkillo Date: Thu, 20 Aug 2015 20:24:25 +0200 Subject: [PATCH] issue 2333 --- challenges/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json index c2d5578f4d..067048118a 100644 --- a/challenges/html5-and-css.json +++ b/challenges/html5-and-css.json @@ -755,7 +755,7 @@ ], "tests": [ "assert($(\"img\").length > 0, 'Your page should have an image element.')", - "assert(new RegExp(\"\\/\\/bit.ly\\/fcc-relaxing-cat\", \"gi\").test($(\"img\").attr(\"src\")), 'Your image should have have a src attribute that points to the kitten image.')" + "assert(new RegExp(\"\\/\\/bit.ly\\/fcc-relaxing-cat\", \"gi\").test($(\"img\").attr(\"src\")), 'Your image should have a src attribute that points to the kitten image.')" ], "challengeSeed": [ "",