Module:Aligned table: Difference between revisions
typo
(typo) |
(typo) |
||
Line 114: | Line 114: | ||
if isnotempty(args['row' .. tostring(j) .. 'header']) then | if isnotempty(args['row' .. tostring(j) .. 'header']) then | ||
cell = row:tag('th'):attr('scope','col') | cell = row:tag('th'):attr('scope','col') | ||
elseif isnotempty(args['col' .. tostring( | elseif isnotempty(args['col' .. tostring(i) .. 'header']) then | ||
cell = row:tag('th'):attr('scope','row') | cell = row:tag('th'):attr('scope','row') | ||
else | else |