Module:Progression rainbow: Difference between revisions

Content deleted Content added
lots of newlines
last one
Line 78:
end
root:newline()
if width_remaining(sum_classes, divisor) then
root:tag('td')
:addClass('remaining')
:css('width', width_remaining(sum_classes, divisor))
:done()
:newline()
end
return root
end