diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json
index 9946331d4a..da246fe22c 100644
--- a/challenges/html5-and-css.json
+++ b/challenges/html5-and-css.json
@@ -3660,7 +3660,7 @@
"assert($(\"h1\").hasClass(\"pink-text\"), 'message: Your h1
element should have the class pink-text
.');",
"assert($(\"h1\").hasClass(\"blue-text\"), 'message: Your h1
element should have the class blue-text
.');",
"assert($(\"h1\").attr(\"id\") === \"orange-text\", 'message: Your h1
element should have the id of orange-text
.');",
- "assert(code.match(/
color: white
.');",
+ "assert(code.match(/color: white
.');",
"assert($(\"h1\").css(\"color\") === \"rgb(255, 255, 255)\", 'message: Your h1
element should be white.');"
],
"challengeSeed": [