Content deleted Content added
No edit summary |
mNo edit summary |
||
Line 276:
end
local rows = { --
['all'] = table.concat({p.top(), p.line(args, index, data), p.bottom()}),
['top'] = table.concat({p.top(), p.line(args, index, data)}),
|