From f6d88130eeb2885505a52c7243188a7fa83bc450 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 --- challenges/html5-and-css.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json index 6ceb796a9c..2cd296e3c6 100644 --- a/challenges/html5-and-css.json +++ b/challenges/html5-and-css.json @@ -2603,8 +2603,9 @@ " .smaller-image {", " width: 100px;", " }", + "", " .gray-background {", - " background-color: gray", + " background-color: gray;", " }", "", "",