Module:ScriptItem: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 885: Line 885:
end
end
if #rows > 0 then
if #rows > 0 then
table.insert(out, "<div style='margin-top: 20px;'>"..p.table(false, rows, { 80, 400 }, false).."</div>")
table.insert(out, "<div style='margin-top: 20px;'></div>"..p.table(false, rows, { 80, 400 }, false))
end
end
end
end
6,833

edits