Add two missing semi-colons to challenge seeds
Added missing semi-colons to two challenge seeds to have proper syntax and match challenge seeds for similar waypoints. Closes #5575
This commit is contained in:
@ -4181,7 +4181,7 @@
|
||||
"challengeSeed": [
|
||||
"<style>",
|
||||
" body {",
|
||||
" background-color: rgb(0, 0, 0)",
|
||||
" background-color: rgb(0, 0, 0);",
|
||||
" }",
|
||||
"</style>"
|
||||
],
|
||||
@ -4222,7 +4222,7 @@
|
||||
"challengeSeed": [
|
||||
"<style>",
|
||||
" body {",
|
||||
" background-color: rgb(255, 255, 255)",
|
||||
" background-color: rgb(255, 255, 255);",
|
||||
" }",
|
||||
"</style>"
|
||||
],
|
||||
|
Reference in New Issue
Block a user