第41行:
第41行:
code:insert( group( args['G' .. i] ) )
code:insert( group( args['G' .. i] ) )
end
end
−
code = code:concat()
+
code = table.concat( code )
if code ~= '' then
if code ~= '' then
code = tostring( HtmlBuilder.create()
code = tostring( HtmlBuilder.create()