Merge pull request #5585 from BKinahan/fix/css-semicolon-consistency
Add two missing semi-colons to challenge seeds
This commit is contained in:
@ -4183,7 +4183,7 @@
|
|||||||
"challengeSeed": [
|
"challengeSeed": [
|
||||||
"<style>",
|
"<style>",
|
||||||
" body {",
|
" body {",
|
||||||
" background-color: rgb(0, 0, 0)",
|
" background-color: rgb(0, 0, 0);",
|
||||||
" }",
|
" }",
|
||||||
"</style>"
|
"</style>"
|
||||||
],
|
],
|
||||||
@ -4224,7 +4224,7 @@
|
|||||||
"challengeSeed": [
|
"challengeSeed": [
|
||||||
"<style>",
|
"<style>",
|
||||||
" body {",
|
" body {",
|
||||||
" background-color: rgb(255, 255, 255)",
|
" background-color: rgb(255, 255, 255);",
|
||||||
" }",
|
" }",
|
||||||
"</style>"
|
"</style>"
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user