Small xml fix
This commit is contained in:
@@ -95,6 +95,9 @@ local function findExpressions(text)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function convertValue(value, scope)
|
local function convertValue(value, scope)
|
||||||
|
if type(value) ~= "string" then
|
||||||
|
return value
|
||||||
|
end
|
||||||
if value:sub(1,1) == "\"" and value:sub(-1) == "\"" then
|
if value:sub(1,1) == "\"" and value:sub(-1) == "\"" then
|
||||||
value = value:sub(2, -2)
|
value = value:sub(2, -2)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user