forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
51fa48a01f
151 changed files with 16260 additions and 1872 deletions
|
@ -1100,7 +1100,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(
|
||||
|
@ -1109,7 +1112,6 @@ class MiscTagRenderingChecks extends DesugaringStep<TagRenderingConfigJson> {
|
|||
continue
|
||||
}
|
||||
|
||||
|
||||
context
|
||||
.enter("render")
|
||||
.err(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue