Skip to content

Commit

Permalink
Merge pull request freeCodeCamp#4171 from SaintPeter/fix/use-id-attri…
Browse files Browse the repository at this point in the history
…bute-missing-semicolon-4160

Fixes 4160 - Missing Semicolon on Use an ID Attribute
  • Loading branch information
ltegman committed Nov 4, 2015
2 parents f7c8932 + 79fd8e0 commit 00607d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion seed/challenges/html5-and-css.json
Original file line number Diff line number Diff line change
Expand Up @@ -2603,8 +2603,9 @@
" .smaller-image {",
" width: 100px;",
" }",
"",
" .gray-background {",
" background-color: gray",
" background-color: gray;",
" }",
"</style>",
"",
Expand Down

0 comments on commit 00607d8

Please sign in to comment.