Content deleted Content added
fix one missing rowscope scenario |
add one more missing scenario - alliance+party+cand+dsv |
||
Line 722:
end
if args['alliance' .. v] and args['party' .. v] and not has_cand then
row
:tag('td')
:attr('rowspan', args['aspan' .. v])
:attr('scope', 'row')
:wikitext(args['alliance' .. v])
elseif args['alliance' .. v] and args['party' .. v] and args.dsv then
row
:tag('td')
|