第35行:
第35行:
end
end
local res = node:done()
local res = node:done()
−
return frame:expandTemplate{title = "LiteInfoBox", args = {image = 'Brainstorm.svg', content = res}}
+
local args = {image = 'Brainstorm.svg', content = ""}
+
return frame:expandTemplate{title = "LiteInfoBox", args = args}
end
end