diff --git a/challenges/01-responsive-web-design/applied-visual-design.json b/challenges/01-responsive-web-design/applied-visual-design.json
index 6d30f8250..38702739e 100644
--- a/challenges/01-responsive-web-design/applied-visual-design.json
+++ b/challenges/01-responsive-web-design/applied-visual-design.json
@@ -561,7 +561,7 @@
"text":
"The hr
tag should come between the title and the paragraph.",
"testString":
- "assert(code.match(/<\\/h4>\\s*?
hr
tag should come between the title and the paragraph.');"
+ "assert(code.match(/<\\/h4>\\s*?/gi), 'The hr
tag should come between the title and the paragraph.');"
}
],
"solutions": [],