Content deleted Content added
try this |
newlines |
||
Line 67:
:attr('role', 'presentation')
:tag('tr')
:newline()
for i = 1,8 do
Line 79 ⟶ 80:
root:tag('td')
:css('width', width_remaining(sum_classes, divisor))
:newline()
return root
end
|