6,834
edits
No edit summary |
No edit summary |
||
Line 843: | Line 843: | ||
end | end | ||
table.insert(out, line1) | table.insert(out, line1) | ||
table.insert(out, "<div style='margin-top: 20px;'></div>") | |||
local getTypeSide = function(type) | local getTypeSide = function(type) | ||
Line 885: | Line 886: | ||
end | end | ||
if #rows > 0 then | if #rows > 0 then | ||
table.insert(out, | table.insert(out, p.table(false, rows, { 80, 400 }, false)) | ||
end | end | ||
end | end |
edits