diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json
index 207104fa883..264414c52ba 100644
--- a/challenges/html5-and-css.json
+++ b/challenges/html5-and-css.json
@@ -383,7 +383,7 @@
"assert(!$(\"h2\").attr(\"style\"), 'Remove the style attribute from your h2 element.')",
"assert($(\"style\") && $(\"style\").length > 1, 'Create a style element.')",
"assert($(\"h2\").css(\"color\") === \"rgb(0, 0, 255)\", 'Your h2 element should be blue.')",
- "assert(editor.match(/<\\/style>/g) && editor.match(/<\\/style>/g).length === (editor.match(/