forked from MapComplete/MapComplete
Studio: fix #2251
This commit is contained in:
parent
88a4bd5619
commit
70a9aa2526
1 changed files with 1 additions and 1 deletions
|
@ -866,7 +866,7 @@ export class TagUtils {
|
||||||
tag +
|
tag +
|
||||||
". To indicate a missing tag, use '" +
|
". To indicate a missing tag, use '" +
|
||||||
split[0] +
|
split[0] +
|
||||||
"!=' instead"
|
"=' instead"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
if (split[1] === "") {
|
if (split[1] === "") {
|
||||||
|
|
Loading…
Add table
Reference in a new issue