Content deleted Content added
No edit summary |
No edit summary |
||
Line 41:
else
local cs = (d <= 0) and (1 - d) or (8 - i)
table.insert(res, '<td' .. (cs > 1 and ' colspan=' .. cs or '') .. '>' .. i .. ' and ' .. d .. '</td>')
i = i + (cs - 1)
end
|