diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json
index 386c36088f..33b0de8807 100644
--- a/challenges/html5-and-css.json
+++ b/challenges/html5-and-css.json
@@ -3788,7 +3788,7 @@
],
"tests": [
"assert($(\"body\").css(\"background-color\") === \"rgb(0, 0, 0)\", 'Your body
element should have a black background.')",
- "assert(editor.match(/rgb\\s*\\(\\s*0\\s*,\\s*0\\s*,\\s*0\\s*\\)/ig), 'Use rgb
to give your body
element the background-color
of black. For example body { color: rgb(0, 0, 0); }
')"
+ "assert(editor.match(/rgb\\s*\\(\\s*0\\s*,\\s*0\\s*,\\s*0\\s*\\)/ig), 'Use rgb
to give your body
element the background-color
of black. For example body { background-color: rgb(0, 0, 0); }
')"
],
"challengeSeed": [
"