diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json
index 3b2f72853e..f4a6cd5d7b 100644
--- a/seed/challenges/html5-and-css.json
+++ b/seed/challenges/html5-and-css.json
@@ -1122,7 +1122,7 @@
"assert($(\"a\").text().match(/cat\\sphotos/gi), 'Your a
element should have the anchor text of \"cat photos\"')",
"assert($(\"p\") && $(\"p\").length > 2, 'Create a new p
element around your a
element.')",
"assert($(\"a[href=\\\"http://www.freecatphotoapp.com\\\"]\").parent().is(\"p\"), 'Your a
element should be nested within your new p
element.')",
- "assert($(\"p\").text().match(/^View\\smore\\s/gi), 'Your p
element should have the text \"View more \" (with a space after it).')",
+ "assert($(\"p\").text().match(/^\\s*View\\smore\\s/gi), 'Your p
element should have the text \"View more \" (with a space after it).')",
"assert(!$(\"a\").text().match(/View\\smore/gi), 'Your a
element should not have the text \"View more\".')",
"assert(editor.match(/<\\/p>/g) && editor.match(/
/g).length === editor.match(/
p elements has a closing tag.')", "assert(editor.match(/<\\/a>/g) && editor.match(//g).length === editor.match(/a elements has a closing tag.')"