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(/
form element has both an id attribute.')",
+ "assert(editor.match(/form element has an id attribute.')",
"assert(!editor.match(/form any class or style attributes.')"
],
"challengeSeed": [