From ebd92743f1294577b09d7ee577e0e13850f7ef96 Mon Sep 17 00:00:00 2001 From: regonn Date: Thu, 27 Aug 2015 23:29:21 +0900 Subject: [PATCH] fix lack of semicolon --- seed/challenges/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json index 5e3f435fd8..9142e952cc 100644 --- a/seed/challenges/html5-and-css.json +++ b/seed/challenges/html5-and-css.json @@ -2478,7 +2478,7 @@ " width: 100px;", " }", " .gray-background {", - " background-color: gray", + " background-color: gray;", " }", "", "",