Content deleted Content added
Simplification. |
m I’m not sure what these changes are actually supposed to do, but from reading the code it looks like none of them would actually work the same way. |
||
Line 119:
local function station(s)
if _line['station format'] then
return
return subst(data[v][1]['station format'][s] or data[v][1]['station format'][1])▼
else
▲ return
end
end
Line 189 ⟶ 180:
rowspan = rowspan+1
end
t[i] =
end
end
|