4,951
edits
Falterfire (talk | contribs) (Added grouping by agility slot) |
Falterfire (talk | contribs) (testing solid borders) |
||
Line 25: | Line 25: | ||
if catLog[obst.category] == nil then | if catLog[obst.category] == nil then | ||
local rowspan = obst.category > 1 and 5 or 3 | local rowspan = obst.category > 1 and 5 or 3 | ||
result = result..'rowspan="'..rowspan..'"|'..(obst.category + 1)..'||' | result = result..'rowspan="'..rowspan..'" style="border:1px solid black"|'..(obst.category + 1)..'||' | ||
catLog[obst.category] = true | catLog[obst.category] = true | ||
end | end |