From d4b3b0c3368c1874ff63c8495f49b402a28c1398 Mon Sep 17 00:00:00 2001 From: Aryan Jabbari Date: Mon, 17 Aug 2015 09:12:04 -0400 Subject: [PATCH] Fixed #1849 --- 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 4d4ae95cad4..99ac4eea801 100644 --- a/seed/challenges/html5-and-css.json +++ b/seed/challenges/html5-and-css.json @@ -2537,7 +2537,7 @@ "tests": [ "assert($(\"form\").attr(\"id\") === \"cat-photo-form\", 'Give your form element the id of cat-photo-form.')", "assert($(\"#cat-photo-form\").css(\"background-color\") === \"rgb(0, 128, 0)\", 'Your form element should have the background-color of green.')", - "assert(editor.match(//gi) && editor.match(//gi).length > 0, 'Make sure your form element has both an id attribute.')", + "assert(editor.match(//gi) && editor.match(//gi).length > 0, 'Make sure your form element has an id attribute.')", "assert(!editor.match(//gi) && !editor.match(//gi), 'Do not give your form any class or style attributes.')" ], "challengeSeed": [