From 79fd8e0bf899ee445cfcf168249aef050ee2d900 Mon Sep 17 00:00:00 2001 From: Rex Schrader Date: Wed, 4 Nov 2015 11:28:28 -0800 Subject: [PATCH] Fixes 4160 - Missing Semicolon on Use an ID Attribute --- seed/challenges/html5-and-css.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json index 6ceb796a9c..2cd296e3c6 100644 --- a/seed/challenges/html5-and-css.json +++ b/seed/challenges/html5-and-css.json @@ -2603,8 +2603,9 @@ " .smaller-image {", " width: 100px;", " }", + "", " .gray-background {", - " background-color: gray", + " background-color: gray;", " }", "", "",