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