diff --git a/seed/challenges/01-responsive-web-design/applied-visual-design.json b/seed/challenges/01-responsive-web-design/applied-visual-design.json
index cfeac30d2f..5da9875632 100644
--- a/seed/challenges/01-responsive-web-design/applied-visual-design.json
+++ b/seed/challenges/01-responsive-web-design/applied-visual-design.json
@@ -1137,7 +1137,7 @@
" ",
" ",
"",
- "CatPhotoApp"
+ "CatPhotoApp"
],
"tests": [
"assert($('a').css('color') == 'rgb(0, 0, 0)', 'message: The color
of the anchor tag text should be black.')"
@@ -1166,7 +1166,7 @@
" ",
" ",
"",
- "CatPhotoApp"
+ "CatPhotoApp"
],
"tests": [
"assert($('a').css('color') == 'rgb(0, 0, 0)', 'message: The anchor tag color
should remain black, only add CSS rules for the :hover
state.');",