forked from MapComplete/MapComplete
chore: automated housekeeping...
This commit is contained in:
parent
a8fd550b72
commit
6a0b77eb99
180 changed files with 16812 additions and 2509 deletions
|
@ -1096,7 +1096,10 @@ class MiscTagRenderingChecks extends DesugaringStep<TagRenderingConfigJson> {
|
|||
continue
|
||||
}
|
||||
|
||||
if(txt.indexOf(json.freeform.key) >= 0 && txt.indexOf("{"+json.freeform.key+"}") < 0){
|
||||
if (
|
||||
txt.indexOf(json.freeform.key) >= 0 &&
|
||||
txt.indexOf("{" + json.freeform.key + "}") < 0
|
||||
) {
|
||||
context
|
||||
.enter("render")
|
||||
.err(
|
||||
|
@ -1105,7 +1108,6 @@ class MiscTagRenderingChecks extends DesugaringStep<TagRenderingConfigJson> {
|
|||
continue
|
||||
}
|
||||
|
||||
|
||||
context
|
||||
.enter("render")
|
||||
.err(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue