fix unexpected ")"
This commit is contained in:
parent
224f5d9aee
commit
46c38edf8a
@ -195,7 +195,7 @@ function gui.template(name, params)
|
||||
text = text:gsub("if%s*=%s*\"%%{%w+}\"", "if=\"\"")
|
||||
-- remove unsolved properties: attr='%{var}'
|
||||
text = text:gsub("%w+%s*=%s*'%%{%w+}'%s?", "")
|
||||
text = text:gsub('%s*%S+="%%{[^}]+}"%s*', " "))
|
||||
text = text:gsub('%s*%S+="%%{[^}]+}"%s*', " ")
|
||||
return text
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user