ElEditors, Interface administrators, Administrators
70,980
edits
No edit summary |
No edit summary |
||
Line 347: | Line 347: | ||
local rowspan = 1 | local rowspan = 1 | ||
for k, v in pairs(self.multiple_rows) do | for k, v in pairs(self.multiple_rows) do | ||
if k == custom_content_arg and next(v) | if k == custom_content_arg and next(v) ~= nil then | ||
rowspan = 2 | rowspan = 2 | ||
end | end |