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": [
|
"challengeSeed": [
|
||||||
"<style>",
|
"<style>",
|
||||||
" body {",
|
" body {",
|
||||||
" background-color: rgb(0, 0, 0)",
|
" background-color: rgb(0, 0, 0);",
|
||||||
" }",
|
" }",
|
||||||
"</style>"
|
"</style>"
|
||||||
],
|
],
|
||||||
@ -4222,7 +4222,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