Content deleted Content added
new feature: p.branch_upwards; also 3rdplace revamped to support multi-scores; various bug fixes |
mNo edit summary |
||
Line 528:
if rowNum[rows + 1] and p.cols > 1 then --if 3rd place extends below bottom cell
rowNum[rows + 1]:tag'td':attr{
rowspan = m.r +
colspan = (p.cols - 1) * 4
}
|