Content deleted Content added
missing not |
fix one missing rowscope scenario |
||
Line 733:
:wikitext(args['alliance' .. v])
end
if args['party' .. v] and not
row
:tag('td')
:attr('scope', 'row')
:wikitext(args['party' .. v])
elseif args['party' .. v] and not has_cand and not has_alliance then
row
:tag('td')
|