6,834
edits
No edit summary |
No edit summary |
||
Line 896: | Line 896: | ||
if #rows > 0 then | if #rows > 0 then | ||
table.insert(out, "<div style='margin-top: 20px;'></div>") | table.insert(out, "<div style='margin-top: 20px;'></div>") | ||
table.insert(out, " | table.insert(out, "\n"..p.table(false, rows, { 120, 400 }, false)) | ||
end | end | ||
end | end |
edits