Module:Inventory slot: Difference between revisions

No edit summary
No edit summary
Line 138: Line 138:
end
end
local html = {
local html = {
'<span class="grid2 ' .. class .. '"' .. align .. '>',
'<span class="grid grid2 ' .. class .. '"' .. align .. '>',
table.concat( cell, '' ),
table.concat( cell, '' ),
'</span>'
'</span>'