892
edits
m (change to class) |
m (change class to dimmed) |
||
Line 55: | Line 55: | ||
if #data < greatest_row_size then | if #data < greatest_row_size then | ||
local difference = greatest_row_size - #data | local difference = greatest_row_size - #data | ||
tr:tag('td'):attr('colspan', difference):class | tr:tag('td'):attr('colspan', difference):attr("class", ".dimmed") | ||
end | end | ||
return tr | return tr |
edits