From 81afc27412c0a940d9b266cfd98b2dcc5ce2ad04 Mon Sep 17 00:00:00 2001 From: dokkillo Date: Thu, 20 Aug 2015 20:24:25 +0200 Subject: [PATCH] issue 2333 --- seed/challenges/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json index c2d5578f4d..067048118a 100644 --- a/seed/challenges/html5-and-css.json +++ b/seed/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": [ "",